tlc.core.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://

API#

class tlc.core.url_adapters.abfs_url_adapter.AbfsUrlAdapterDirEntry(ls_info: dict[str, Any])#

Bases: tlc.core.url_adapters.fsspec_url_adapter.FSSpecUrlAdapterDirEntry

A directory entry for an AbfsUrlAdapter

property name: str#
property path: str#
mtime() datetime.datetime#
class tlc.core.url_adapters.abfs_url_adapter.AbfsUrlAdapter#

Bases: tlc.core.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[tlc.core.url.Scheme]#
is_file_hierarchy_flat() bool#