tlcurl.url_adapters.abfs_url_adapter

An adapter for resolving reads/writes to URLs starting with abfs://

Module Contents

Classes

Class

Description

AbfsUrlAdapterDirEntry

A directory entry for an AbfsUrlAdapter

AbfsUrlAdapter

An adapter for resolving reads/writes to URLs starting with abfs://

Data

Data

Description

logger

API

logger = getLogger(...)
class AbfsUrlAdapterDirEntry(
ls_info: dict[str, Any],
)

Bases: tlcurl.url_adapters.fsspec_url_adapter.FSSpecUrlAdapterDirEntry

A directory entry for an AbfsUrlAdapter

property name: str
property path: str
mtime() datetime
class 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[Scheme]
is_file_hierarchy_flat() bool
touch(
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