tlcurl.url_adapters.abfs_url_adapter

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

Module Contents

Classes

Class

Description

AbfsUrlAdapter

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

AbfsUrlAdapterDirEntry

A directory entry for an AbfsUrlAdapter

Data

Data

Description

logger

API

class AbfsUrlAdapter

Bases: tlcurl.url_adapters.fsspec_url_adapter.FSSpecUrlAdapter

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

abfs_protocol = None
abfs_scheme = None
is_file_hierarchy_flat() bool
schemes() list[Scheme]
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

class AbfsUrlAdapterDirEntry(
ls_info: dict[str, Any],
)

Bases: tlcurl.url_adapters.fsspec_url_adapter.FSSpecUrlAdapterDirEntry

A directory entry for an AbfsUrlAdapter

mtime() datetime
property name: str
property path: str
logger = getLogger(...)