tlcurl.url_adapters.abfs_url_adapter
¶
An adapter for resolving reads/writes to URLs starting with abfs://
Module Contents¶
Classes¶
Class |
Description |
---|---|
A directory entry for an AbfsUrlAdapter |
|
An adapter for resolving reads/writes to URLs starting with |
Data¶
Data |
Description |
---|---|
API¶
- tlcurl.url_adapters.abfs_url_adapter.logger = getLogger(...)¶
- class tlcurl.url_adapters.abfs_url_adapter.AbfsUrlAdapterDirEntry(ls_info: dict[str, Any])¶
Bases:
tlcurl.url_adapters.fsspec_url_adapter.FSSpecUrlAdapterDirEntry
A directory entry for an AbfsUrlAdapter
- mtime() datetime.datetime ¶
- class tlcurl.url_adapters.abfs_url_adapter.AbfsUrlAdapter¶
Bases:
tlcurl.url_adapters.fsspec_url_adapter.FSSpecUrlAdapter
An adapter for resolving reads/writes to URLs starting with
abfs://
- abfs_scheme = None¶
- abfs_protocol = None¶
- schemes() list[tlcurl.url.Scheme] ¶
- touch(url: tlcurl.url.Url) None ¶
Update the last modified timestamp of a file to the current time. Creates the file if it doesn’t exist.
- Parameters:
url – The URL of the file to touch