Skip to content

fsspec 2026.2.0

Version history | Download JSON

  • PyPI https://pypi.org/project/fsspec/
    Repository https://github.com/fsspec/filesystem_spec

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 316
        "Any" : 16
        "Untyped" : 3179
    • 9.5% coverage
    • 9.0% coverage (strict)
    • 3511 typable
      • 316 typed
      • 3179 untyped
      • 16 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 304
        "classes" : 2854
        "other" : 38
    • 84 functions (+0 overloads)
      • 220 parameters
    • 101 classes
      • 885 methods (+0 overloads)
        • 1919 parameters
      • 45 properties
    • 45 modules
      • 38 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
fsspec.archive 0.0% 0.0% 13 0
fsspec.asyn 0.6% 0.6% 177 0
fsspec.caching 80.4% 78.5% 158 0
fsspec.callbacks 0.0% 0.0% 65 0
fsspec.compression 0.0% 0.0% 37 0
fsspec.config 7.7% 7.7% 13 0
fsspec.core 4.0% 4.0% 99 0
fsspec.dircache 0.0% 0.0% 21 0
fsspec.exceptions 0.0% 0.0% 0 0
fsspec.fuse 0.0% 0.0% 59 0
fsspec.generic 9.5% 9.5% 84 0
fsspec.gui 2.8% 2.8% 71 0
fsspec.implementations.arrow 0.0% 0.0% 89 0
fsspec.implementations.asyn_wrapper 0.0% 0.0% 19 0
fsspec.implementations.cache_mapper 88.2% 88.2% 17 0
fsspec.implementations.cache_metadata 96.2% 92.3% 26 0
fsspec.implementations.cached 4.4% 3.8% 158 0
fsspec.implementations.chained 100.0% 100.0% 1 0
fsspec.implementations.dask 0.0% 0.0% 50 0
fsspec.implementations.data 10.0% 10.0% 20 0
fsspec.implementations.dbfs 1.3% 1.3% 79 0
fsspec.implementations.dirfs 0.0% 0.0% 225 0
fsspec.implementations.ftp 7.5% 6.5% 93 0
fsspec.implementations.gist 0.0% 0.0% 36 0
fsspec.implementations.git 0.0% 0.0% 37 0
fsspec.implementations.github 0.0% 0.0% 52 0
fsspec.implementations.http 0.0% 0.0% 183 0
fsspec.implementations.http_sync 1.0% 1.0% 197 0
fsspec.implementations.jupyter 0.0% 0.0% 37 0
fsspec.implementations.libarchive 0.0% 0.0% 30 0
fsspec.implementations.local 5.2% 5.2% 153 0
fsspec.implementations.memory 1.5% 1.5% 66 0
fsspec.implementations.reference 0.5% 0.5% 219 0
fsspec.implementations.sftp 0.0% 0.0% 53 0
fsspec.implementations.smb 0.0% 0.0% 96 0
fsspec.implementations.tar 0.0% 0.0% 20 0
fsspec.implementations.webhdfs 0.0% 0.0% 117 0
fsspec.implementations.zip 0.0% 0.0% 37 0
fsspec.json 81.0% 52.4% 21 0
fsspec.mapping 0.0% 0.0% 50 0
fsspec.parquet 27.0% 27.0% 37 0
fsspec.registry 0.0% 0.0% 12 0
fsspec.spec 5.7% 5.7% 387 0
fsspec.transaction 0.0% 0.0% 24 0
fsspec.utils 95.9% 90.4% 73 0

Incomplete Annotations

fsspec.archive (13 missing, 0 any)

Symbol Typable Typed Any
meth AbstractArchiveFileSystem.str 1 0 0
meth AbstractArchiveFileSystem.repr 1 0 0
meth AbstractArchiveFileSystem.ukey 2 0 0
meth AbstractArchiveFileSystem._all_dirnames 2 0 0
meth AbstractArchiveFileSystem.info 3 0 0
meth AbstractArchiveFileSystem.ls 4 0 0

fsspec.asyn (176 missing, 0 any)

Symbol Typable Typed Any
func mirror_sync_methods 2 0 0
meth AsyncFileSystem.init 6 0 0
meth AsyncFileSystem._rm_file 3 0 0
meth AsyncFileSystem._rm 5 0 0
meth AsyncFileSystem._cp_file 4 0 0
meth AsyncFileSystem._mv_file 3 0 0
meth AsyncFileSystem._copy 8 0 0
meth AsyncFileSystem._pipe_file 5 0 0
meth AsyncFileSystem._pipe 5 0 0
meth AsyncFileSystem._process_limits 4 0 0
meth AsyncFileSystem._cat_file 5 0 0
meth AsyncFileSystem._cat 6 0 0
meth AsyncFileSystem._cat_ranges 8 0 0
meth AsyncFileSystem._put_file 5 0 0
meth AsyncFileSystem._put 8 0 0
meth AsyncFileSystem._get_file 4 0 0
meth AsyncFileSystem._get 7 0 0
meth AsyncFileSystem._isfile 2 0 0
meth AsyncFileSystem._isdir 2 0 0
meth AsyncFileSystem._size 2 0 0
meth AsyncFileSystem._sizes 3 0 0
meth AsyncFileSystem._exists 3 0 0
meth AsyncFileSystem._info 3 0 0
meth AsyncFileSystem._ls 4 0 0
meth AsyncFileSystem._walk 5 0 0
meth AsyncFileSystem._glob 4 0 0
meth AsyncFileSystem._du 5 0 0
meth AsyncFileSystem._find 5 0 0
meth AsyncFileSystem._expand_path 4 0 0
meth AsyncFileSystem._mkdir 4 0 0
meth AsyncFileSystem._makedirs 3 0 0
meth AsyncFileSystem.open_async 4 0 0
prop AsyncFileSystem.loop 1 0 0
attr AsyncFileSystem.asynchronous 1 0 0
attr AsyncFileSystem.batch_size 1 0 0
meth AbstractAsyncStreamedFile.read 2 0 0
meth AbstractAsyncStreamedFile.write 2 0 0
meth AbstractAsyncStreamedFile.close 1 0 0
meth AbstractAsyncStreamedFile.flush 2 0 0
meth AbstractAsyncStreamedFile.aenter 1 0 0
meth AbstractAsyncStreamedFile.aexit 4 0 0
meth AbstractAsyncStreamedFile._fetch_range 3 0 0
meth AbstractAsyncStreamedFile._initiate_upload 1 0 0
meth AbstractAsyncStreamedFile._upload_chunk 2 0 0
func reset_after_fork 1 0 0
func get_lock 1 0 0
func reset_lock 1 0 0
func sync 6 0 0
func get_loop 1 0 0
attr private 1 0 0
func sync_wrapper 3 0 0

fsspec.caching (31 missing, 3 any)

Symbol Typable Typed Any
meth UpdatableLRU.is_key_cached 2 2 1
meth UpdatableLRU.add_key 3 3 1
meth KnownPartsOfAFile.init 7 6 1
prop KnownPartsOfAFile.size 2 0 0
prop KnownPartsOfAFile.nblocks 2 0 0
attr KnownPartsOfAFile.strict 1 0 0
attr KnownPartsOfAFile.data 1 0 0
attr AllBytes.data 1 0 0
attr ReadAheadCache.cache 1 0 0
attr ReadAheadCache.start 1 0 0
attr ReadAheadCache.end 1 0 0
meth BlockCache.cache_info 1 0 0
attr BlockCache.nblocks 1 0 0
attr BlockCache.maxblocks 1 0 0
meth BackgroundBlockCache.setstate 2 1 0
attr BackgroundBlockCache.nblocks 1 0 0
attr BackgroundBlockCache.maxblocks 1 0 0
attr logger 1 0 0
attr BytesCache.cache 1 0 0
attr BytesCache.trim 1 0 0
attr BaseCache.blocksize 1 0 0
attr BaseCache.nblocks 1 0 0
attr BaseCache.fetcher 1 0 0
attr BaseCache.size 1 0 0
attr BaseCache.hit_count 1 0 0
attr BaseCache.miss_count 1 0 0
attr BaseCache.total_requested_bytes 1 0 0
attr MMapCache.blocks 1 0 0
attr MMapCache.location 1 0 0
attr MMapCache.multi_fetcher 1 0 0
attr MMapCache.cache 1 0 0

fsspec.callbacks (65 missing, 0 any)

Symbol Typable Typed Any
meth Callback.init 5 0 0
meth Callback.enter 1 0 0
meth Callback.exit 2 0 0
meth Callback.close 1 0 0
meth Callback.branched 4 0 0
meth Callback.branch_coro 2 0 0
meth Callback.set_size 2 0 0
meth Callback.absolute_update 2 0 0
meth Callback.relative_update 2 0 0
meth Callback.call 3 0 0
meth Callback.wrap 2 0 0
meth Callback.branch 4 0 0
meth Callback.no_op 3 0 0
meth Callback.getattr 2 0 0
meth Callback.as_callback 2 0 0
attr Callback.size 1 0 0
attr Callback.value 1 0 0
attr Callback.hooks 1 0 0
attr Callback.kw 1 0 0
attr DEFAULT_CALLBACK 1 0 0
meth DotPrinterCallback.init 3 0 0
meth DotPrinterCallback.branch 4 0 0
meth DotPrinterCallback.call 2 0 0
attr DotPrinterCallback.chr 1 0 0
meth NoOpCallback.call 3 0 0
meth TqdmCallback.init 4 0 0
meth TqdmCallback.call 3 0 0
meth TqdmCallback.close 1 0 0
meth TqdmCallback.del 1 0 0
attr TqdmCallback.tqdm 1 0 0

fsspec.compression (37 missing, 0 any)

Symbol Typable Typed Any
func available_compressions 1 0 0
func isal 4 0 0
func noop_file 4 0 0
func zstandard_file 3 0 0
func unzip 5 0 0
meth SnappyFile.init 4 0 0
meth SnappyFile._upload_chunk 2 0 0
meth SnappyFile.seek 3 0 0
meth SnappyFile.seekable 1 0 0
meth SnappyFile._fetch_range 3 0 0
attr SnappyFile.infile 1 0 0
attr SnappyFile.codec 1 0 0
func register_compression 5 0 0

fsspec.config (12 missing, 0 any)

Symbol Typable Typed Any
func apply_config 4 0 0
attr default_conf_dir 1 0 0
func set_conf_files 3 0 0
attr conf_dir 1 0 0
func set_conf_env 3 0 0

fsspec.core (95 missing, 0 any)

Symbol Typable Typed Any
func open 10 0 0
func get_fs_token_paths 8 0 0
func open_files 13 0 0
func url_to_fs 3 0 0
func get_compression 3 0 0
meth OpenFiles.init 4 0 0
meth OpenFiles.enter 1 0 0
meth OpenFiles.exit 2 0 0
meth OpenFiles.getitem 2 0 0
meth OpenFiles.repr 1 0 0
attr OpenFiles.mode 1 0 0
attr OpenFiles.fs 1 0 0
attr OpenFiles.files 1 0 0
func expand_paths_if_needed 6 0 0
func strip_protocol 2 0 0
meth OpenFile.init 8 0 0
meth OpenFile.reduce 1 0 0
meth OpenFile.repr 1 0 0
meth OpenFile.enter 1 0 0
meth OpenFile.exit 2 0 0
meth OpenFile.open 1 0 0
meth OpenFile.close 1 0 0
prop OpenFile.full_name 1 0 0
attr OpenFile.fs 1 0 0
attr OpenFile.path 1 0 0
attr OpenFile.mode 1 0 0
attr OpenFile.compression 1 0 0
attr OpenFile.encoding 1 0 0
attr OpenFile.errors 1 0 0
attr OpenFile.newline 1 0 0
attr OpenFile.fobjects 1 0 0
func split_protocol 2 0 0
attr logger 1 0 0
meth PickleableTextIOWrapper.init 7 0 0
meth PickleableTextIOWrapper.reduce 1 0 0
attr PickleableTextIOWrapper.args 1 0 0
attr DEFAULT_EXPAND 1 0 0

fsspec.dircache (21 missing, 0 any)

Symbol Typable Typed Any
meth DirCache.init 5 0 0
meth DirCache.getitem 2 0 0
meth DirCache.clear 1 0 0
meth DirCache.len 1 0 0
meth DirCache.contains 2 0 0
meth DirCache.setitem 3 0 0
meth DirCache.delitem 2 0 0
meth DirCache.iter 1 0 0
meth DirCache.reduce 1 0 0
attr DirCache.use_listings_cache 1 0 0
attr DirCache.listings_expiry_time 1 0 0
attr DirCache.max_paths 1 0 0

fsspec.fuse (59 missing, 0 any)

Symbol Typable Typed Any
func run 8 0 0
attr logger 1 0 0
meth FUSEr.init 4 0 0
meth FUSEr.getattr 3 0 0
meth FUSEr.readdir 3 0 0
meth FUSEr.mkdir 3 0 0
meth FUSEr.rmdir 2 0 0
meth FUSEr.read 5 0 0
meth FUSEr.write 5 0 0
meth FUSEr.create 4 0 0
meth FUSEr.open 3 0 0
meth FUSEr.truncate 4 0 0
meth FUSEr.unlink 2 0 0
meth FUSEr.release 3 0 0
meth FUSEr.chmod 3 0 0
attr FUSEr.fs 1 0 0
attr FUSEr.cache 1 0 0
attr FUSEr.root 1 0 0
attr FUSEr.counter 1 0 0
func main 2 0 0

fsspec.generic (76 missing, 0 any)

Symbol Typable Typed Any
func copy_file_op 8 0 0
meth GenericFileSystem.init 4 0 0
meth GenericFileSystem._parent 2 0 0
meth GenericFileSystem._strip_protocol 2 0 0
meth GenericFileSystem._find 6 0 0
meth GenericFileSystem._info 3 0 0
meth GenericFileSystem._ls 4 0 0
meth GenericFileSystem._cat_file 3 0 0
meth GenericFileSystem._pipe_file 4 0 0
meth GenericFileSystem._rm 3 0 0
meth GenericFileSystem._makedirs 3 0 0
meth GenericFileSystem.rsync 4 0 0
meth GenericFileSystem._cp_file 7 1 0
meth GenericFileSystem._make_many_dirs 3 0 0
meth GenericFileSystem._copy 9 7 0
attr GenericFileSystem.method 1 0 0
attr GenericFileSystem.st_opts 1 0 0
attr GenericFileSystem.make_many_dirs 1 0 0
func rsync 10 0 0
func maybe_await 2 0 0
func set_generic_fs 3 0 0
attr logger 1 0 0

fsspec.gui (69 missing, 0 any)

Symbol Typable Typed Any
meth SigSlot.init 1 0 0
meth SigSlot.setup 1 0 0
meth SigSlot._register 6 0 0
meth SigSlot._repr_mimebundle 3 0 0
meth SigSlot.connect 3 0 0
meth SigSlot._signal 2 0 0
meth SigSlot.ignore_events 1 0 0
meth SigSlot._emit 3 0 0
meth SigSlot.show 2 0 0
meth FileSelector.init 5 0 0
meth FileSelector._setup 1 0 0
meth FileSelector.set_filters 2 0 0
meth FileSelector.open_file 4 0 0
meth FileSelector.filters_changed 2 0 0
meth FileSelector.selection_changed 2 0 0
meth FileSelector.go_clicked 2 0 0
meth FileSelector.protocol_changed 2 0 0
meth FileSelector.home_clicked 2 0 0
meth FileSelector.up_clicked 2 0 0
prop FileSelector.storage_options 1 0 0
prop FileSelector.fs 1 0 0
prop FileSelector.urlpath 1 0 0
attr FileSelector.init_url 1 0 0
attr FileSelector.init_kwargs 1 0 0
attr FileSelector.filters 1 0 0
attr FileSelector.ignore 1 0 0
meth SingleSelect.init 2 0 0
meth SingleSelect._setup 1 0 0
meth SingleSelect._signal 3 0 0
meth SingleSelect.select_one 2 0 0
meth SingleSelect.set_options 2 0 0
meth SingleSelect.clear 1 0 0
meth SingleSelect.set_selection 2 0 0
prop SingleSelect.value 1 0 0
attr SingleSelect.kwargs 1 0 0
attr logger 1 0 0

fsspec.implementations.arrow (89 missing, 0 any)

Symbol Typable Typed Any
meth ArrowFSWrapper.init 3 0 0
meth ArrowFSWrapper._strip_protocol 2 0 0
meth ArrowFSWrapper.ls 4 0 0
meth ArrowFSWrapper.info 3 0 0
meth ArrowFSWrapper.exists 2 0 0
meth ArrowFSWrapper._make_entry 2 0 0
meth ArrowFSWrapper.cp_file 4 0 0
meth ArrowFSWrapper.mv 4 0 0
meth ArrowFSWrapper.rm_file 2 0 0
meth ArrowFSWrapper.rm 4 0 0
meth ArrowFSWrapper._open 6 0 0
meth ArrowFSWrapper.mkdir 4 0 0
meth ArrowFSWrapper.makedirs 3 0 0
meth ArrowFSWrapper.rmdir 2 0 0
meth ArrowFSWrapper.modified 2 0 0
meth ArrowFSWrapper.cat_file 5 0 0
meth ArrowFSWrapper.get_file 4 0 0
prop ArrowFSWrapper.protocol 1 0 0
prop ArrowFSWrapper.fsid 1 0 0
attr ArrowFSWrapper.fs 1 0 0
meth HadoopFileSystem.init 8 0 0
meth HadoopFileSystem._get_kwargs_from_urls 2 0 0
func wrap_exceptions 2 0 0
meth ArrowFile.init 7 0 0
meth ArrowFile.enter 1 0 0
meth ArrowFile.exit 2 0 0
prop ArrowFile.size 1 0 0
attr ArrowFile.path 1 0 0
attr ArrowFile.mode 1 0 0
attr ArrowFile.fs 1 0 0
attr ArrowFile.stream 1 0 0
attr ArrowFile.blocksize 1 0 0
attr ArrowFile.block_size 1 0 0
attr ArrowFile.kwargs 1 0 0

fsspec.implementations.asyn_wrapper (19 missing, 0 any)

Symbol Typable Typed Any
func async_wrapper 4 0 0
meth AsyncFileSystemWrapper.init 8 0 0
meth AsyncFileSystemWrapper._wrap_all_sync_methods 1 0 0
meth AsyncFileSystemWrapper.wrap_class 2 0 0
prop AsyncFileSystemWrapper.fsid 1 0 0
attr AsyncFileSystemWrapper.protocol 1 0 0
attr AsyncFileSystemWrapper.semaphore 1 0 0
attr AsyncFileSystemWrapper.sync_fs 1 0 0

fsspec.implementations.cache_mapper (2 missing, 0 any)

Symbol Typable Typed Any
meth BasenameCacheMapper.init 2 1 0
attr BasenameCacheMapper.directory_levels 1 0 0

fsspec.implementations.cache_metadata (1 missing, 1 any)

Symbol Typable Typed Any
meth CacheMetadata.init 2 1 0
meth CacheMetadata.on_close_cached_file 3 3 1

fsspec.implementations.cached (151 missing, 1 any)

Symbol Typable Typed Any
meth SimpleCacheFileSystem.init 2 0 0
meth SimpleCacheFileSystem._check_file 2 0 0
meth SimpleCacheFileSystem.save_cache 1 0 0
meth SimpleCacheFileSystem.load_cache 1 0 0
meth SimpleCacheFileSystem.pipe_file 4 0 0
meth SimpleCacheFileSystem.ls 4 0 0
meth SimpleCacheFileSystem.info 3 0 0
meth SimpleCacheFileSystem.pipe 4 0 0
meth SimpleCacheFileSystem._cat_file 5 0 0
meth SimpleCacheFileSystem._cat_ranges 7 0 0
meth SimpleCacheFileSystem.cat_ranges 7 0 0
meth SimpleCacheFileSystem._get_cached_file_before_open 3 0 0
meth SimpleCacheFileSystem._open 4 0 0
meth WriteCachedTransaction.complete 2 0 0
meth LocalTempFile.init 8 0 0
meth LocalTempFile.reduce 1 0 0
meth LocalTempFile.enter 1 0 0
meth LocalTempFile.exit 4 0 0
meth LocalTempFile.close 1 0 0
meth LocalTempFile.discard 1 0 0
meth LocalTempFile.commit 1 0 0
meth LocalTempFile.getattr 2 0 0
prop LocalTempFile.name 1 0 0
attr LocalTempFile.fn 1 0 0
attr LocalTempFile.fh 1 0 0
attr LocalTempFile.mode 1 0 0
attr LocalTempFile.path 1 0 0
attr LocalTempFile.size 1 0 0
attr LocalTempFile.fs 1 0 0
attr LocalTempFile.closed 1 0 0
attr LocalTempFile.autocommit 1 0 0
attr LocalTempFile.kwargs 1 0 0
meth WholeFileCacheFileSystem.open_many 3 0 0
meth WholeFileCacheFileSystem.commit_many 2 0 0
meth WholeFileCacheFileSystem._make_local_details 2 0 0
meth WholeFileCacheFileSystem.cat 6 0 0
meth WholeFileCacheFileSystem._get_cached_file_before_open 3 0 0
meth WholeFileCacheFileSystem._open 4 0 0
meth CachingFileSystem.init 12 2 0
meth CachingFileSystem._remove_tempdir 2 0 0
meth CachingFileSystem._mkcache 1 0 0
meth CachingFileSystem.cache_size 1 0 0
meth CachingFileSystem.load_cache 1 0 0
meth CachingFileSystem.save_cache 1 0 0
meth CachingFileSystem._check_cache 1 0 0
meth CachingFileSystem._check_file 2 0 0
meth CachingFileSystem.clear_cache 1 0 0
meth CachingFileSystem.clear_expired_cache 2 0 0
meth CachingFileSystem.pop_from_cache 2 0 0
meth CachingFileSystem._open 7 0 0
meth CachingFileSystem._parent 2 0 0
meth CachingFileSystem.hash_name 3 3 1
meth CachingFileSystem.close_and_update 3 0 0
meth CachingFileSystem.ls 3 0 0
meth CachingFileSystem.getattribute 2 0 0
meth CachingFileSystem.eq 2 0 0
meth CachingFileSystem.hash 1 0 0
attr CachingFileSystem.storage 1 0 0
attr CachingFileSystem.kwargs 1 0 0
attr CachingFileSystem.cache_check 1 0 0
attr CachingFileSystem.check_files 1 0 0
attr CachingFileSystem.expiry 1 0 0
attr CachingFileSystem.compression 1 0 0
attr CachingFileSystem.target_protocol 1 0 0
attr CachingFileSystem.fs 1 0 0
attr logger 1 0 0

fsspec.implementations.dask (50 missing, 0 any)

Symbol Typable Typed Any
meth DaskWorkerFileSystem.init 6 0 0
meth DaskWorkerFileSystem._get_kwargs_from_urls 2 0 0
meth DaskWorkerFileSystem._determine_worker 1 0 0
meth DaskWorkerFileSystem.mkdir 3 0 0
meth DaskWorkerFileSystem.rm 3 0 0
meth DaskWorkerFileSystem.copy 3 0 0
meth DaskWorkerFileSystem.mv 3 0 0
meth DaskWorkerFileSystem.ls 3 0 0
meth DaskWorkerFileSystem._open 7 0 0
meth DaskWorkerFileSystem.fetch_range 5 0 0
attr DaskWorkerFileSystem.target_protocol 1 0 0
attr DaskWorkerFileSystem.target_options 1 0 0
attr DaskWorkerFileSystem.worker 1 0 0
attr DaskWorkerFileSystem.client 1 0 0
attr DaskWorkerFileSystem.fs 1 0 0
meth DaskFile.init 3 0 0
meth DaskFile._upload_chunk 2 0 0
meth DaskFile._initiate_upload 1 0 0
meth DaskFile._fetch_range 3 0 0

fsspec.implementations.data (18 missing, 0 any)

Symbol Typable Typed Any
meth DataFileSystem.init 2 0 0
meth DataFileSystem.cat_file 5 0 0
meth DataFileSystem.info 3 0 0
meth DataFileSystem._open 7 0 0
meth DataFileSystem.encode 3 2 0

fsspec.implementations.dbfs (78 missing, 0 any)

Symbol Typable Typed Any
meth DatabricksFileSystem.init 4 0 0
meth DatabricksFileSystem._ls_from_cache 2 1 0
meth DatabricksFileSystem.ls 4 0 0
meth DatabricksFileSystem.makedirs 3 0 0
meth DatabricksFileSystem.mkdir 4 0 0
meth DatabricksFileSystem.rm 4 0 0
meth DatabricksFileSystem.mv 6 0 0
meth DatabricksFileSystem._open 5 0 0
meth DatabricksFileSystem._send_to_api 4 0 0
meth DatabricksFileSystem._create_handle 3 0 0
meth DatabricksFileSystem._close_handle 2 0 0
meth DatabricksFileSystem._add_data 3 0 0
meth DatabricksFileSystem._get_data 4 0 0
meth DatabricksFileSystem.invalidate_cache 2 0 0
attr DatabricksFileSystem.instance 1 0 0
attr DatabricksFileSystem.token 1 0 0
attr DatabricksFileSystem.session 1 0 0
attr DatabricksFileSystem.retries 1 0 0
meth DatabricksException.init 4 0 0
attr DatabricksException.error_code 1 0 0
attr DatabricksException.message 1 0 0
attr DatabricksException.details 1 0 0
meth DatabricksFile.init 9 0 0
meth DatabricksFile._initiate_upload 1 0 0
meth DatabricksFile._upload_chunk 2 0 0
meth DatabricksFile._fetch_range 3 0 0
meth DatabricksFile._to_sized_blocks 3 0 0

fsspec.implementations.dirfs (225 missing, 0 any)

Symbol Typable Typed Any
meth DirFileSystem.init 7 0 0
meth DirFileSystem._join 2 0 0
meth DirFileSystem._relpath 2 0 0
meth DirFileSystem.set_session 3 0 0
meth DirFileSystem._rm_file 3 0 0
meth DirFileSystem.rm_file 3 0 0
meth DirFileSystem._rm 4 0 0
meth DirFileSystem.rm 4 0 0
meth DirFileSystem._cp_file 4 0 0
meth DirFileSystem.cp_file 4 0 0
meth DirFileSystem._copy 5 0 0
meth DirFileSystem.copy 5 0 0
meth DirFileSystem._pipe 4 0 0
meth DirFileSystem.pipe 4 0 0
meth DirFileSystem._pipe_file 4 0 0
meth DirFileSystem.pipe_file 4 0 0
meth DirFileSystem._cat_file 4 0 0
meth DirFileSystem.cat_file 4 0 0
meth DirFileSystem._cat 4 0 0
meth DirFileSystem.cat 4 0 0
meth DirFileSystem._put_file 4 0 0
meth DirFileSystem.put_file 4 0 0
meth DirFileSystem._put 5 0 0
meth DirFileSystem.put 5 0 0
meth DirFileSystem._get_file 4 0 0
meth DirFileSystem.get_file 4 0 0
meth DirFileSystem._get 4 0 0
meth DirFileSystem.get 4 0 0
meth DirFileSystem._isfile 2 0 0
meth DirFileSystem.isfile 2 0 0
meth DirFileSystem._isdir 2 0 0
meth DirFileSystem.isdir 2 0 0
meth DirFileSystem._size 2 0 0
meth DirFileSystem.size 2 0 0
meth DirFileSystem._exists 2 0 0
meth DirFileSystem.exists 2 0 0
meth DirFileSystem._info 3 0 0
meth DirFileSystem.info 3 0 0
meth DirFileSystem._ls 4 0 0
meth DirFileSystem.ls 4 0 0
meth DirFileSystem._walk 4 0 0
meth DirFileSystem.walk 4 0 0
meth DirFileSystem._glob 3 0 0
meth DirFileSystem.glob 3 0 0
meth DirFileSystem._du 4 0 0
meth DirFileSystem.du 4 0 0
meth DirFileSystem._find 4 0 0
meth DirFileSystem.find 4 0 0
meth DirFileSystem._expand_path 4 0 0
meth DirFileSystem.expand_path 4 0 0
meth DirFileSystem._mkdir 4 0 0
meth DirFileSystem.mkdir 4 0 0
meth DirFileSystem._makedirs 4 0 0
meth DirFileSystem.makedirs 4 0 0
meth DirFileSystem.rmdir 2 0 0
meth DirFileSystem.mv 4 0 0
meth DirFileSystem.touch 3 0 0
meth DirFileSystem.created 2 0 0
meth DirFileSystem.modified 2 0 0
meth DirFileSystem.sign 4 0 0
meth DirFileSystem.repr 1 0 0
meth DirFileSystem.open 4 0 0
meth DirFileSystem.open_async 4 0 0
prop DirFileSystem.sep 1 0 0
attr DirFileSystem.path 1 0 0
attr DirFileSystem.fs 1 0 0

fsspec.implementations.ftp (86 missing, 1 any)

Symbol Typable Typed Any
meth FTPFileSystem.init 12 0 0
meth FTPFileSystem._connect 1 0 0
meth FTPFileSystem._strip_protocol 2 0 0
meth FTPFileSystem._get_kwargs_from_urls 2 0 0
meth FTPFileSystem.ls 4 0 0
meth FTPFileSystem.info 3 0 0
meth FTPFileSystem.get_file 4 0 0
meth FTPFileSystem.cat_file 5 0 0
meth FTPFileSystem._open 7 0 0
meth FTPFileSystem._rm 2 0 0
meth FTPFileSystem.rm 4 0 0
meth FTPFileSystem.mkdir 4 4 1
meth FTPFileSystem.rmdir 2 0 0
meth FTPFileSystem.mv 4 0 0
meth FTPFileSystem.del 1 0 0
meth FTPFileSystem.invalidate_cache 2 0 0
attr FTPFileSystem.host 1 0 0
attr FTPFileSystem.port 1 0 0
attr FTPFileSystem.tempdir 1 0 0
attr FTPFileSystem.cred 1 0 0
attr FTPFileSystem.timeout 1 0 0
attr FTPFileSystem.encoding 1 0 0
attr FTPFileSystem.tls 1 0 0
attr FTPFileSystem.blocksize 1 0 0
meth FTPFile.init 9 0 0
meth FTPFile.commit 1 0 0
meth FTPFile.discard 1 0 0
meth FTPFile._fetch_range 3 0 0
meth FTPFile._upload_chunk 2 0 0
attr FTPFile.target 1 0 0
attr FTPFile.path 1 0 0
meth ImplicitFTPTLS.init 3 0 0
prop ImplicitFTPTLS.sock 2 0 0

fsspec.implementations.gist (36 missing, 0 any)

Symbol Typable Typed Any
meth GistFileSystem.init 8 0 0
meth GistFileSystem._fetch_gist_metadata 1 0 0
meth GistFileSystem._fetch_file_list 1 0 0
meth GistFileSystem._strip_protocol 2 0 0
meth GistFileSystem._get_kwargs_from_urls 2 0 0
meth GistFileSystem.ls 4 0 0
meth GistFileSystem._open 5 0 0
meth GistFileSystem.cat 5 0 0
prop GistFileSystem.kw 1 0 0
attr GistFileSystem.gist_id 1 0 0
attr GistFileSystem.filenames 1 0 0
attr GistFileSystem.sha 1 0 0
attr GistFileSystem.username 1 0 0
attr GistFileSystem.token 1 0 0
attr GistFileSystem.request_kw 1 0 0
attr GistFileSystem.timeout 1 0 0

fsspec.implementations.git (37 missing, 0 any)

Symbol Typable Typed Any
meth GitFileSystem.init 5 0 0
meth GitFileSystem._strip_protocol 2 0 0
meth GitFileSystem._path_to_object 3 0 0
meth GitFileSystem._get_kwargs_from_urls 2 0 0
meth GitFileSystem._object_to_info 3 0 0
meth GitFileSystem.ls 5 0 0
meth GitFileSystem.info 4 0 0
meth GitFileSystem.ukey 3 0 0
meth GitFileSystem._open 8 0 0
attr GitFileSystem.repo 1 0 0
attr GitFileSystem.ref 1 0 0

fsspec.implementations.github (52 missing, 0 any)

Symbol Typable Typed Any
meth GithubFileSystem.init 8 0 0
meth GithubFileSystem.repos 3 0 0
meth GithubFileSystem.ls 6 0 0
meth GithubFileSystem.invalidate_cache 2 0 0
meth GithubFileSystem._strip_protocol 2 0 0
meth GithubFileSystem._get_kwargs_from_urls 2 0 0
meth GithubFileSystem._open 7 0 0
meth GithubFileSystem.rm 5 0 0
meth GithubFileSystem.rm_file 4 0 0
meth GithubFileSystem._get_sha_from_cache 2 0 0
prop GithubFileSystem.kw 1 0 0
prop GithubFileSystem.tags 1 0 0
prop GithubFileSystem.branches 1 0 0
prop GithubFileSystem.refs 1 0 0
attr GithubFileSystem.timeout 1 0 0
attr GithubFileSystem.org 1 0 0
attr GithubFileSystem.repo 1 0 0
attr GithubFileSystem.username 1 0 0
attr GithubFileSystem.token 1 0 0
attr GithubFileSystem.root 1 0 0
attr GithubFileSystem.http_fs 1 0 0

fsspec.implementations.http (183 missing, 0 any)

Symbol Typable Typed Any
attr logger 1 0 0
func get_client 2 0 0
func get_range 7 0 0
attr magic_check 1 0 0
attr ex2 1 0 0
meth HTTPStreamFile.init 7 0 0
meth HTTPStreamFile.seek 3 0 0
meth HTTPStreamFile._read 2 0 0
meth HTTPStreamFile._close 1 0 0
meth HTTPStreamFile.close 1 0 0
attr HTTPStreamFile.asynchronous 1 0 0
attr HTTPStreamFile.url 1 0 0
attr HTTPStreamFile.loop 1 0 0
attr HTTPStreamFile.session 1 0 0
attr HTTPStreamFile.details 1 0 0
attr HTTPStreamFile.r 1 0 0
attr HTTPStreamFile.read 1 0 0
attr file_size 1 0 0
meth HTTPFileSystem.init 13 0 0
meth HTTPFileSystem.encode_url 2 0 0
meth HTTPFileSystem.close_session 3 0 0
meth HTTPFileSystem.set_session 1 0 0
meth HTTPFileSystem._strip_protocol 2 0 0
meth HTTPFileSystem._parent 2 0 0
meth HTTPFileSystem._ls_real 4 0 0
meth HTTPFileSystem._ls 4 0 0
meth HTTPFileSystem._raise_not_found_for_status 3 0 0
meth HTTPFileSystem._cat_file 5 0 0
meth HTTPFileSystem._get_file 6 0 0
meth HTTPFileSystem._put_file 8 0 0
meth HTTPFileSystem._exists 4 0 0
meth HTTPFileSystem._isfile 3 0 0
meth HTTPFileSystem._open 9 0 0
meth HTTPFileSystem.open_async 5 0 0
meth HTTPFileSystem.ukey 2 0 0
meth HTTPFileSystem._info 3 0 0
meth HTTPFileSystem._glob 4 0 0
meth HTTPFileSystem._isdir 2 0 0
meth HTTPFileSystem._pipe_file 5 0 0
prop HTTPFileSystem.fsid 1 0 0
attr HTTPFileSystem.block_size 1 0 0
attr HTTPFileSystem.simple_links 1 0 0
attr HTTPFileSystem.same_schema 1 0 0
attr HTTPFileSystem.cache_type 1 0 0
attr HTTPFileSystem.cache_options 1 0 0
attr HTTPFileSystem.client_kwargs 1 0 0
attr HTTPFileSystem.get_client 1 0 0
attr HTTPFileSystem.encoded 1 0 0
attr HTTPFileSystem.kwargs 1 0 0
attr HTTPFileSystem.use_listings_cache 1 0 0
attr HTTPFileSystem.ls 1 0 0
attr ex 1 0 0
meth HTTPFile.init 12 0 0
meth HTTPFile.read 2 0 0
meth HTTPFile.async_fetch_all 1 0 0
meth HTTPFile._parse_content_range 2 0 0
meth HTTPFile.async_fetch_range 3 0 0
attr HTTPFile.asynchronous 1 0 0
attr HTTPFile.loop 1 0 0
attr HTTPFile.url 1 0 0
attr HTTPFile.session 1 0 0
attr HTTPFile.details 1 0 0
attr HTTPFile._fetch_all 1 0 0
attr HTTPFile._fetch_range 1 0 0
func has_magic 2 0 0
meth AsyncStreamFile.init 8 0 0
meth AsyncStreamFile.read 2 0 0
meth AsyncStreamFile.close 1 0 0
attr AsyncStreamFile.url 1 0 0
attr AsyncStreamFile.session 1 0 0
attr AsyncStreamFile.r 1 0 0
attr AsyncStreamFile.details 1 0 0
attr AsyncStreamFile.kwargs 1 0 0
attr AsyncStreamFile.size 1 0 0

fsspec.implementations.http_sync (195 missing, 0 any)

Symbol Typable Typed Any
attr logger 1 0 0
func get_range 6 0 0
attr magic_check 1 0 0
attr ex2 1 0 0
meth HTTPStreamFile.init 6 0 0
meth HTTPStreamFile.seek 3 0 0
meth HTTPStreamFile.read 2 0 0
meth HTTPStreamFile.close 1 0 0
attr HTTPStreamFile.url 1 0 0
attr HTTPStreamFile.session 1 0 0
attr HTTPStreamFile.details 1 0 0
attr HTTPStreamFile.it 1 0 0
attr HTTPStreamFile.leftover 1 0 0
attr HTTPStreamFile.r 1 0 0
func unregister 1 0 0
meth HTTPFileSystem.init 9 0 0
meth HTTPFileSystem.encode_url 2 0 0
meth HTTPFileSystem._parent 2 0 0
meth HTTPFileSystem._ls_real 4 0 0
meth HTTPFileSystem.ls 4 0 0
meth HTTPFileSystem._raise_not_found_for_status 3 0 0
meth HTTPFileSystem.cat_file 5 0 0
meth HTTPFileSystem.get_file 6 0 0
meth HTTPFileSystem.put_file 7 0 0
meth HTTPFileSystem._process_limits 4 0 0
meth HTTPFileSystem.exists 4 0 0
meth HTTPFileSystem.isfile 3 0 0
meth HTTPFileSystem._open 9 0 0
meth HTTPFileSystem.ukey 2 0 0
meth HTTPFileSystem.info 3 0 0
meth HTTPFileSystem.glob 4 0 0
meth HTTPFileSystem.isdir 2 0 0
prop HTTPFileSystem.fsid 1 0 0
attr HTTPFileSystem.block_size 1 0 0
attr HTTPFileSystem.simple_links 1 0 0
attr HTTPFileSystem.same_schema 1 0 0
attr HTTPFileSystem.cache_type 1 0 0
attr HTTPFileSystem.cache_options 1 0 0
attr HTTPFileSystem.client_kwargs 1 0 0
attr HTTPFileSystem.encoded 1 0 0
attr HTTPFileSystem.kwargs 1 0 0
attr HTTPFileSystem.use_listings_cache 1 0 0
attr HTTPFileSystem.session 1 0 0
attr HTTPFileSystem.js 1 0 0
meth ResponseProxy.init 3 0 0
meth ResponseProxy.close 1 0 0
meth ResponseProxy.raise_for_status 1 0 0
meth ResponseProxy.iter_content 4 0 0
meth ResponseProxy.json 1 0 0
prop ResponseProxy.raw 1 0 0
prop ResponseProxy.headers 1 0 0
prop ResponseProxy.status_code 1 0 0
prop ResponseProxy.reason 1 0 0
prop ResponseProxy.ok 1 0 0
prop ResponseProxy.url 1 0 0
prop ResponseProxy.text 1 0 0
prop ResponseProxy.content 1 0 0
attr ResponseProxy.request 1 0 0
attr ResponseProxy.stream 1 0 0
attr ex 1 0 0
meth HTTPFile.init 10 0 0
meth HTTPFile.read 2 0 0
meth HTTPFile._fetch_all 1 0 0
meth HTTPFile._parse_content_range 2 0 0
meth HTTPFile._fetch_range 3 0 0
attr HTTPFile.url 1 0 0
attr HTTPFile.session 1 0 0
attr HTTPFile.details 1 0 0
func register 1 0 0
func has_magic 2 0 0
meth RequestsSessionShim.init 1 0 0
meth RequestsSessionShim.request 17 0 0
meth RequestsSessionShim.get 3 0 0
meth RequestsSessionShim.head 3 0 0
meth RequestsSessionShim.post 3 0 0
meth RequestsSessionShim.put 3 0 0
meth RequestsSessionShim.patch 3 0 0
meth RequestsSessionShim.delete 3 0 0
attr RequestsSessionShim.headers 1 0 0

fsspec.implementations.jupyter (37 missing, 0 any)

Symbol Typable Typed Any
meth SimpleFileWriter._upload_chunk 2 0 0
meth JupyterFileSystem.init 4 0 0
meth JupyterFileSystem.ls 4 0 0
meth JupyterFileSystem.cat_file 5 0 0
meth JupyterFileSystem.pipe_file 4 0 0
meth JupyterFileSystem.mkdir 4 0 0
meth JupyterFileSystem.mv 6 0 0
meth JupyterFileSystem._rm 2 0 0
meth JupyterFileSystem._open 4 0 0
attr JupyterFileSystem.url 1 0 0
attr JupyterFileSystem.session 1 0 0

fsspec.implementations.libarchive (30 missing, 0 any)

Symbol Typable Typed Any
attr new_api 1 0 0
func custom_reader 5 0 0
attr SEEK_CALLBACK 1 0 0
attr read_set_seek_callback 1 0 0
meth LibArchiveFileSystem.init 7 0 0
meth LibArchiveFileSystem._open_archive 1 0 0
meth LibArchiveFileSystem._strip_protocol 2 0 0
meth LibArchiveFileSystem._get_dirs 1 0 0
meth LibArchiveFileSystem._open 7 0 0
attr LibArchiveFileSystem.of 1 0 0
attr LibArchiveFileSystem.fo 1 0 0
attr LibArchiveFileSystem.block_size 1 0 0
attr LibArchiveFileSystem.dir_cache 1 0 0

fsspec.implementations.local (145 missing, 0 any)

Symbol Typable Typed Any
func make_path_posix 2 0 0
meth LocalFileOpener.init 7 0 0
meth LocalFileOpener._open 1 0 0
meth LocalFileOpener._fetch_range 3 0 0
meth LocalFileOpener.setstate 2 0 0
meth LocalFileOpener.getstate 1 0 0
meth LocalFileOpener.commit 1 0 0
meth LocalFileOpener.discard 1 0 0
meth LocalFileOpener.read 3 0 0
meth LocalFileOpener.write 3 0 0
meth LocalFileOpener.tell 3 0 0
meth LocalFileOpener.seek 3 0 0
meth LocalFileOpener.seekable 3 0 0
meth LocalFileOpener.readline 3 0 0
meth LocalFileOpener.readlines 3 0 0
meth LocalFileOpener.close 1 0 0
meth LocalFileOpener.truncate 2 1 0
meth LocalFileOpener.fileno 1 0 0
meth LocalFileOpener.iter 1 0 0
meth LocalFileOpener.getattr 2 0 0
meth LocalFileOpener.enter 1 0 0
meth LocalFileOpener.exit 4 0 0
prop LocalFileOpener.closed 1 0 0
attr LocalFileOpener.path 1 0 0
attr LocalFileOpener.mode 1 0 0
attr LocalFileOpener.fs 1 0 0
attr LocalFileOpener.f 1 0 0
attr LocalFileOpener.autocommit 1 0 0
attr LocalFileOpener.compression 1 0 0
attr LocalFileOpener.blocksize 1 0 0
func trailing_sep 2 0 0
meth LocalFileSystem.init 3 0 0
meth LocalFileSystem.mkdir 4 0 0
meth LocalFileSystem.makedirs 3 0 0
meth LocalFileSystem.rmdir 2 0 0
meth LocalFileSystem.ls 4 0 0
meth LocalFileSystem.info 3 0 0
meth LocalFileSystem.lexists 3 0 0
meth LocalFileSystem.cp_file 4 0 0
meth LocalFileSystem.isfile 2 0 0
meth LocalFileSystem.isdir 2 0 0
meth LocalFileSystem.get_file 5 0 0
meth LocalFileSystem.put_file 5 0 0
meth LocalFileSystem.mv 5 1 0
meth LocalFileSystem.link 4 0 0
meth LocalFileSystem.symlink 4 0 0
meth LocalFileSystem.islink 2 1 0
meth LocalFileSystem.rm_file 2 0 0
meth LocalFileSystem.rm 4 0 0
meth LocalFileSystem.unstrip_protocol 2 0 0
meth LocalFileSystem._open 5 0 0
meth LocalFileSystem.touch 4 0 0
meth LocalFileSystem.created 2 0 0
meth LocalFileSystem.modified 2 0 0
meth LocalFileSystem._parent 2 0 0
meth LocalFileSystem._strip_protocol 2 0 0
meth LocalFileSystem._isfilestore 1 0 0
meth LocalFileSystem.chmod 3 0 0
prop LocalFileSystem.fsid 1 0 0
attr LocalFileSystem.auto_mkdir 1 0 0
attr logger 1 0 0

fsspec.implementations.memory (65 missing, 0 any)

Symbol Typable Typed Any
meth MemoryFileSystem._strip_protocol 2 0 0
meth MemoryFileSystem.ls 4 0 0
meth MemoryFileSystem.mkdir 4 0 0
meth MemoryFileSystem.makedirs 3 0 0
meth MemoryFileSystem.pipe_file 5 0 0
meth MemoryFileSystem.rmdir 2 0 0
meth MemoryFileSystem.info 3 0 0
meth MemoryFileSystem._open 7 0 0
meth MemoryFileSystem.cp_file 4 0 0
meth MemoryFileSystem.cat_file 5 0 0
meth MemoryFileSystem._rm 2 0 0
meth MemoryFileSystem.modified 2 0 0
meth MemoryFileSystem.created 2 0 0
meth MemoryFileSystem.isfile 2 0 0
meth MemoryFileSystem.rm 4 0 0
attr logger 1 0 0
meth MemoryFile.init 4 0 0
meth MemoryFile.enter 1 0 0
meth MemoryFile.close 1 0 0
meth MemoryFile.discard 1 0 0
meth MemoryFile.commit 1 0 0
prop MemoryFile.size 1 0 0
attr MemoryFile.fs 1 0 0
attr MemoryFile.path 1 0 0
attr MemoryFile.created 1 0 0
attr MemoryFile.modified 1 0 0

fsspec.implementations.reference (218 missing, 0 any)

Symbol Typable Typed Any
meth RefsItemsView.iter 1 0 0
meth ReferenceFile.init 10 0 0
meth ReferenceFile.close 1 0 0
meth ReferenceFile._fetch_range 3 0 0
prop ReferenceFile.f 1 0 0
attr ReferenceFile.src_fs 1 0 0
attr ReferenceFile.src_path 1 0 0
func ravel_multi_index 3 0 0
meth LazyReferenceMapper.init 7 1 0
meth LazyReferenceMapper.getattr 2 0 0
meth LazyReferenceMapper.setup 1 0 0
meth LazyReferenceMapper.create 6 0 0
meth LazyReferenceMapper.listdir 1 0 0
meth LazyReferenceMapper.ls 3 0 0
meth LazyReferenceMapper._load_one_key 2 0 0
meth LazyReferenceMapper._key_to_record 2 0 0
meth LazyReferenceMapper._get_chunk_sizes 2 0 0
meth LazyReferenceMapper._generate_record 3 0 0
meth LazyReferenceMapper._generate_all_records 2 0 0
meth LazyReferenceMapper.values 1 0 0
meth LazyReferenceMapper.items 1 0 0
meth LazyReferenceMapper.hash 1 0 0
meth LazyReferenceMapper.getitem 2 0 0
meth LazyReferenceMapper.setitem 3 0 0
meth LazyReferenceMapper._is_meta 2 0 0
meth LazyReferenceMapper.delitem 2 0 0
meth LazyReferenceMapper.write 5 0 0
meth LazyReferenceMapper.flush 3 0 0
meth LazyReferenceMapper.len 1 0 0
meth LazyReferenceMapper.iter 1 0 0
meth LazyReferenceMapper.contains 2 0 0
meth LazyReferenceMapper._keys_in_field 2 0 0
prop LazyReferenceMapper.np 1 0 0
prop LazyReferenceMapper.pd 1 0 0
attr LazyReferenceMapper.root 1 0 0
attr LazyReferenceMapper.chunk_sizes 1 0 0
attr LazyReferenceMapper.cat_thresh 1 0 0
attr LazyReferenceMapper.engine 1 0 0
attr LazyReferenceMapper.cache_size 1 0 0
attr LazyReferenceMapper.url 1 0 0
attr LazyReferenceMapper.fs 1 0 0
attr LazyReferenceMapper.out_root 1 0 0
meth ReferenceFileSystem.init 15 0 0
meth ReferenceFileSystem._cat_common 4 0 0
meth ReferenceFileSystem._cat_file 5 0 0
meth ReferenceFileSystem.cat_file 5 0 0
meth ReferenceFileSystem.pipe_file 4 0 0
meth ReferenceFileSystem._get_file 4 0 0
meth ReferenceFileSystem.get_file 5 0 0
meth ReferenceFileSystem.get 5 0 0
meth ReferenceFileSystem.cat 5 0 0
meth ReferenceFileSystem._process_references 3 0 0
meth ReferenceFileSystem._process_references0 2 0 0
meth ReferenceFileSystem._process_references1 3 0 0
meth ReferenceFileSystem._process_templates 2 0 0
meth ReferenceFileSystem._process_gen 2 0 0
meth ReferenceFileSystem._dircache_from_items 1 0 0
meth ReferenceFileSystem._open 6 0 0
meth ReferenceFileSystem.ls 4 0 0
meth ReferenceFileSystem.exists 3 0 0
meth ReferenceFileSystem.isdir 2 0 0
meth ReferenceFileSystem.isfile 2 0 0
meth ReferenceFileSystem._ls 4 0 0
meth ReferenceFileSystem.find 6 0 0
meth ReferenceFileSystem.info 3 0 0
meth ReferenceFileSystem._info 3 0 0
meth ReferenceFileSystem._rm_file 3 0 0
meth ReferenceFileSystem._pipe_file 5 0 0
meth ReferenceFileSystem._put_file 5 0 0
meth ReferenceFileSystem.save_json 3 0 0
attr ReferenceFileSystem.target 1 0 0
attr ReferenceFileSystem.template_overrides 1 0 0
attr ReferenceFileSystem.simple_templates 1 0 0
attr ReferenceFileSystem.templates 1 0 0
attr ReferenceFileSystem.fss 1 0 0
attr ReferenceFileSystem.max_gap 1 0 0
attr ReferenceFileSystem.max_block 1 0 0
attr ReferenceFileSystem.references 1 0 0
meth RefsValuesView.iter 1 0 0
meth ReferenceNotReachable.init 4 0 0
meth ReferenceNotReachable.str 1 0 0
attr ReferenceNotReachable.reference 1 0 0
attr ReferenceNotReachable.target 1 0 0
attr logger 1 0 0

fsspec.implementations.sftp (53 missing, 0 any)

Symbol Typable Typed Any
meth SFTPFileSystem.init 3 0 0
meth SFTPFileSystem._connect 1 0 0
meth SFTPFileSystem._strip_protocol 2 0 0
meth SFTPFileSystem._get_kwargs_from_urls 2 0 0
meth SFTPFileSystem.mkdir 4 0 0
meth SFTPFileSystem.makedirs 4 0 0
meth SFTPFileSystem.rmdir 2 0 0
meth SFTPFileSystem.info 2 0 0
meth SFTPFileSystem._decode_stat 3 0 0
meth SFTPFileSystem.ls 3 0 0
meth SFTPFileSystem.put 5 0 0
meth SFTPFileSystem.get_file 4 0 0
meth SFTPFileSystem._open 5 0 0
meth SFTPFileSystem._rm 2 0 0
meth SFTPFileSystem.mv 3 0 0
attr SFTPFileSystem.temppath 1 0 0
attr SFTPFileSystem.host 1 0 0
attr SFTPFileSystem.ssh_kwargs 1 0 0
attr logger 1 0 0
func commit_a_file 2 0 0
func discard_a_file 2 0 0

fsspec.implementations.smb (96 missing, 0 any)

Symbol Typable Typed Any
meth SMBFileSystem.init 13 0 0
meth SMBFileSystem._connect 1 0 0
meth SMBFileSystem._strip_protocol 2 0 0
meth SMBFileSystem._get_kwargs_from_urls 2 0 0
meth SMBFileSystem.mkdir 4 0 0
meth SMBFileSystem.makedirs 3 0 0
meth SMBFileSystem.rmdir 2 0 0
meth SMBFileSystem.info 3 0 0
meth SMBFileSystem.created 2 0 0
meth SMBFileSystem.modified 2 0 0
meth SMBFileSystem.ls 4 0 0
meth SMBFileSystem._open 7 0 0
meth SMBFileSystem.copy 4 0 0
meth SMBFileSystem._rm 2 0 0
meth SMBFileSystem.mv 6 0 0
prop SMBFileSystem._port 1 0 0
attr SMBFileSystem.host 1 0 0
attr SMBFileSystem.port 1 0 0
attr SMBFileSystem.username 1 0 0
attr SMBFileSystem.password 1 0 0
attr SMBFileSystem.timeout 1 0 0
attr SMBFileSystem.encrypt 1 0 0
attr SMBFileSystem.temppath 1 0 0
attr SMBFileSystem.share_access 1 0 0
attr SMBFileSystem.register_session_retries 1 0 0
attr SMBFileSystem.register_session_retry_wait 1 0 0
attr SMBFileSystem.register_session_retry_factor 1 0 0
attr SMBFileSystem.auto_mkdir 1 0 0
meth SMBFileOpener.init 7 0 0
meth SMBFileOpener._open 1 0 0
meth SMBFileOpener.commit 1 0 0
meth SMBFileOpener.discard 1 0 0
meth SMBFileOpener.fspath 1 0 0
meth SMBFileOpener.iter 1 0 0
meth SMBFileOpener.getattr 2 0 0
meth SMBFileOpener.enter 1 0 0
meth SMBFileOpener.exit 4 0 0
attr SMBFileOpener.path 1 0 0
attr SMBFileOpener.temp 1 0 0
attr SMBFileOpener.mode 1 0 0
attr SMBFileOpener.block_size 1 0 0
attr SMBFileOpener.kwargs 1 0 0
attr SMBFileOpener.smbfile 1 0 0
attr SMBFileOpener.port 1 0 0

fsspec.implementations.tar (20 missing, 0 any)

Symbol Typable Typed Any
meth TarFileSystem.init 7 0 0
meth TarFileSystem._index 1 0 0
meth TarFileSystem._get_dirs 1 0 0
meth TarFileSystem._open 4 0 0
attr TarFileSystem.fo 1 0 0
attr TarFileSystem.tar 1 0 0
attr TarFileSystem.dir_cache 1 0 0
attr TarFileSystem.index_store 1 0 0
attr TarFileSystem.index 1 0 0
attr TarFileSystem.of 1 0 0
attr logger 1 0 0

fsspec.implementations.webhdfs (117 missing, 0 any)

Symbol Typable Typed Any
meth WebHDFS.init 14 0 0
meth WebHDFS._connect 1 0 0
meth WebHDFS._call 7 0 0
meth WebHDFS._open 8 0 0
meth WebHDFS._process_info 2 0 0
meth WebHDFS._strip_protocol 2 0 0
meth WebHDFS._get_kwargs_from_urls 2 0 0
meth WebHDFS.info 2 0 0
meth WebHDFS.created 2 0 0
meth WebHDFS.modified 2 0 0
meth WebHDFS.ls 4 0 0
meth WebHDFS.content_summary 2 0 0
meth WebHDFS.ukey 2 0 0
meth WebHDFS.home_directory 1 0 0
meth WebHDFS.get_delegation_token 2 0 0
meth WebHDFS.renew_delegation_token 2 0 0
meth WebHDFS.cancel_delegation_token 2 0 0
meth WebHDFS.chmod 3 0 0
meth WebHDFS.chown 4 0 0
meth WebHDFS.set_replication 3 0 0
meth WebHDFS.mkdir 3 0 0
meth WebHDFS.makedirs 3 0 0
meth WebHDFS.mv 4 0 0
meth WebHDFS.rm 4 0 0
meth WebHDFS.rm_file 3 0 0
meth WebHDFS.cp_file 4 0 0
meth WebHDFS._apply_proxy 2 0 0
prop WebHDFS.fsid 1 0 0
attr WebHDFS.tempdir 1 0 0
attr WebHDFS.url 1 0 0
attr WebHDFS.kerb 1 0 0
attr WebHDFS.kerb_kwargs 1 0 0
attr WebHDFS.pars 1 0 0
attr WebHDFS.proxy 1 0 0
attr WebHDFS.user 1 0 0
attr WebHDFS.password 1 0 0
attr WebHDFS.session_cert 1 0 0
attr WebHDFS.session_verify 1 0 0
meth WebHDFile.init 4 0 0
meth WebHDFile._upload_chunk 2 0 0
meth WebHDFile._initiate_upload 1 0 0
meth WebHDFile._fetch_range 3 0 0
meth WebHDFile.commit 1 0 0
meth WebHDFile.discard 1 0 0
attr WebHDFile.permissions 1 0 0
attr WebHDFile.target 1 0 0
attr WebHDFile.path 1 0 0
attr logger 1 0 0

fsspec.implementations.zip (37 missing, 0 any)

Symbol Typable Typed Any
meth ZipFileSystem.init 9 0 0
meth ZipFileSystem._strip_protocol 2 0 0
meth ZipFileSystem.del 1 0 0
meth ZipFileSystem.close 1 0 0
meth ZipFileSystem._get_dirs 1 0 0
meth ZipFileSystem.pipe_file 4 0 0
meth ZipFileSystem._open 7 0 0
meth ZipFileSystem.find 6 0 0
attr ZipFileSystem.mode 1 0 0
attr ZipFileSystem.force_zip_64 1 0 0
attr ZipFileSystem.of 1 0 0
attr ZipFileSystem.fo 1 0 0
attr ZipFileSystem.zip 1 0 0
attr ZipFileSystem.dir_cache 1 0 0

fsspec.json (4 missing, 6 any)

Symbol Typable Typed Any
meth FilesystemJSONEncoder.default 2 2 2
meth FilesystemJSONEncoder.make_serializable 2 2 2
meth FilesystemJSONDecoder.try_resolve_path_cls 2 1 0
meth FilesystemJSONDecoder.try_resolve_fs_cls 2 1 0
meth FilesystemJSONDecoder.custom_object_hook 2 1 0
meth FilesystemJSONDecoder.unmake_serializable 2 2 2
attr FilesystemJSONDecoder.original_object_hook 1 0 0

fsspec.mapping (50 missing, 0 any)

Symbol Typable Typed Any
meth FSMap.init 6 0 0
meth FSMap.clear 1 0 0
meth FSMap.getitems 3 0 0
meth FSMap.setitems 2 0 0
meth FSMap.delitems 2 0 0
meth FSMap._key_to_str 2 0 0
meth FSMap._str_to_key 2 0 0
meth FSMap.getitem 3 0 0
meth FSMap.pop 3 0 0
meth FSMap.setitem 3 0 0
meth FSMap.iter 1 0 0
meth FSMap.len 1 0 0
meth FSMap.delitem 2 0 0
meth FSMap.contains 2 0 0
meth FSMap.reduce 1 0 0
prop FSMap.dirfs 1 0 0
attr FSMap.fs 1 0 0
attr FSMap.root 1 0 0
attr FSMap.missing_exceptions 1 0 0
attr FSMap.check 1 0 0
attr FSMap.create 1 0 0
func get_mapper 7 0 0
func maybe_convert 2 0 0
attr logger 1 0 0

fsspec.parquet (27 missing, 0 any)

Symbol Typable Typed Any
func open_parquet_files 13 10 0
meth FastparquetEngine.init 1 0 0
meth FastparquetEngine._parquet_byte_ranges 7 0 0
attr FastparquetEngine.fp 1 0 0
meth PyarrowEngine.init 1 0 0
meth PyarrowEngine._parquet_byte_ranges 7 0 0
attr PyarrowEngine.pq 1 0 0
func open_parquet_file 3 0 0
meth AlreadyBufferedFile._fetch_range 3 0 0

fsspec.registry (12 missing, 0 any)

Symbol Typable Typed Any
attr registry 1 0 0
func available_protocols 1 0 0
func get_filesystem_class 2 0 0
func filesystem 3 0 0
func register_implementation 5 0 0

fsspec.spec (365 missing, 0 any)

Symbol Typable Typed Any
meth AbstractFileSystem.init 3 0 0
meth AbstractFileSystem.dask_tokenize 1 0 0
meth AbstractFileSystem.hash 1 0 0
meth AbstractFileSystem.eq 2 0 0
meth AbstractFileSystem.reduce 1 0 0
meth AbstractFileSystem._strip_protocol 2 0 0
meth AbstractFileSystem._get_kwargs_from_urls 2 0 0
meth AbstractFileSystem.current 1 0 0
meth AbstractFileSystem.start_transaction 1 0 0
meth AbstractFileSystem.end_transaction 1 0 0
meth AbstractFileSystem.invalidate_cache 2 0 0
meth AbstractFileSystem.mkdir 4 0 0
meth AbstractFileSystem.makedirs 3 0 0
meth AbstractFileSystem.rmdir 2 0 0
meth AbstractFileSystem.ls 4 0 0
meth AbstractFileSystem._ls_from_cache 2 0 0
meth AbstractFileSystem.walk 6 0 0
meth AbstractFileSystem.find 6 0 0
meth AbstractFileSystem.du 6 0 0
meth AbstractFileSystem.glob 4 0 0
meth AbstractFileSystem.exists 3 0 0
meth AbstractFileSystem.lexists 3 0 0
meth AbstractFileSystem.info 3 0 0
meth AbstractFileSystem.checksum 2 0 0
meth AbstractFileSystem.size 2 0 0
meth AbstractFileSystem.sizes 2 0 0
meth AbstractFileSystem.isdir 2 0 0
meth AbstractFileSystem.isfile 2 0 0
meth AbstractFileSystem.read_text 6 0 0
meth AbstractFileSystem.write_text 7 0 0
meth AbstractFileSystem.cat_file 5 0 0
meth AbstractFileSystem.pipe_file 5 0 0
meth AbstractFileSystem.pipe 4 0 0
meth AbstractFileSystem.cat_ranges 7 0 0
meth AbstractFileSystem.cat 5 0 0
meth AbstractFileSystem.get_file 6 0 0
meth AbstractFileSystem.get 7 0 0
meth AbstractFileSystem.put_file 6 0 0
meth AbstractFileSystem.put 7 0 0
meth AbstractFileSystem.head 3 0 0
meth AbstractFileSystem.tail 3 0 0
meth AbstractFileSystem.cp_file 4 0 0
meth AbstractFileSystem.copy 7 0 0
meth AbstractFileSystem.expand_path 5 0 0
meth AbstractFileSystem.mv 6 0 0
meth AbstractFileSystem.rm_file 2 0 0
meth AbstractFileSystem._rm 2 0 0
meth AbstractFileSystem.rm 4 0 0
meth AbstractFileSystem._parent 2 0 0
meth AbstractFileSystem._open 7 0 0
meth AbstractFileSystem.open 7 0 0
meth AbstractFileSystem.touch 4 0 0
meth AbstractFileSystem.ukey 2 0 0
meth AbstractFileSystem.read_block 5 0 0
meth AbstractFileSystem._get_pyarrow_filesystem 1 0 0
meth AbstractFileSystem.get_mapper 5 0 0
meth AbstractFileSystem.clear_instance_cache 1 0 0
meth AbstractFileSystem.created 2 0 0
meth AbstractFileSystem.modified 2 0 0
meth AbstractFileSystem.read_bytes 5 0 0
meth AbstractFileSystem.write_bytes 4 0 0
meth AbstractFileSystem.makedir 4 0 0
meth AbstractFileSystem.mkdirs 3 0 0
meth AbstractFileSystem.listdir 4 0 0
meth AbstractFileSystem.cp 4 0 0
meth AbstractFileSystem.move 4 0 0
meth AbstractFileSystem.stat 3 0 0
meth AbstractFileSystem.disk_usage 5 0 0
meth AbstractFileSystem.rename 4 0 0
meth AbstractFileSystem.delete 4 0 0
meth AbstractFileSystem.upload 5 0 0
meth AbstractFileSystem.download 5 0 0
meth AbstractFileSystem.sign 4 0 0
meth AbstractFileSystem._isfilestore 1 0 0
prop AbstractFileSystem.fsid 1 0 0
prop AbstractFileSystem._fs_token 1 0 0
prop AbstractFileSystem.transaction 1 0 0
attr AbstractFileSystem.dircache 1 0 0
meth AbstractBufferedFile.init 10 0 0
meth AbstractBufferedFile.hash 1 0 0
meth AbstractBufferedFile.eq 2 0 0
meth AbstractBufferedFile.commit 1 0 0
meth AbstractBufferedFile.discard 1 0 0
meth AbstractBufferedFile.info 1 0 0
meth AbstractBufferedFile.tell 1 0 0
meth AbstractBufferedFile.seek 3 0 0
meth AbstractBufferedFile.write 2 0 0
meth AbstractBufferedFile.flush 2 0 0
meth AbstractBufferedFile._upload_chunk 2 0 0
meth AbstractBufferedFile._initiate_upload 1 0 0
meth AbstractBufferedFile._fetch_range 3 0 0
meth AbstractBufferedFile.read 2 0 0
meth AbstractBufferedFile.readinto 2 0 0
meth AbstractBufferedFile.readuntil 3 0 0
meth AbstractBufferedFile.readline 1 0 0
meth AbstractBufferedFile.next 1 0 0
meth AbstractBufferedFile.iter 1 0 0
meth AbstractBufferedFile.readlines 1 0 0
meth AbstractBufferedFile.readinto1 2 0 0
meth AbstractBufferedFile.close 1 0 0
meth AbstractBufferedFile.readable 1 0 0
meth AbstractBufferedFile.seekable 1 0 0
meth AbstractBufferedFile.writable 1 0 0
meth AbstractBufferedFile.reduce 1 0 0
meth AbstractBufferedFile.del 1 0 0
meth AbstractBufferedFile.str 1 0 0
meth AbstractBufferedFile.repr 1 0 0
meth AbstractBufferedFile.enter 1 0 0
meth AbstractBufferedFile.exit 2 0 0
prop AbstractBufferedFile.details 2 0 0
prop AbstractBufferedFile.full_name 1 0 0
prop AbstractBufferedFile.closed 2 0 0
attr AbstractBufferedFile.path 1 0 0
attr AbstractBufferedFile.fs 1 0 0
attr AbstractBufferedFile.mode 1 0 0
attr AbstractBufferedFile.blocksize 1 0 0
attr AbstractBufferedFile.loc 1 0 0
attr AbstractBufferedFile.autocommit 1 0 0
attr AbstractBufferedFile.end 1 0 0
attr AbstractBufferedFile.start 1 0 0
attr AbstractBufferedFile.closed 1 0 0
attr AbstractBufferedFile.kwargs 1 0 0
attr AbstractBufferedFile.cache 1 0 0
attr AbstractBufferedFile.buffer 1 0 0
attr AbstractBufferedFile.offset 1 0 0
attr AbstractBufferedFile.forced 1 0 0
attr AbstractBufferedFile.location 1 0 0
attr AbstractBufferedFile.size 1 0 0
func make_instance 4 0 0
func reopen 10 0 0
attr logger 1 0 0

fsspec.transaction (24 missing, 0 any)

Symbol Typable Typed Any
meth Transaction.init 3 0 0
meth Transaction.enter 1 0 0
meth Transaction.exit 4 0 0
meth Transaction.start 1 0 0
meth Transaction.complete 2 0 0
attr Transaction.fs 1 0 0
attr Transaction.files 1 0 0
meth DaskTransaction.init 2 0 0
meth DaskTransaction.complete 2 0 0
attr DaskTransaction.files 1 0 0
meth FileActor.init 1 0 0
meth FileActor.commit 1 0 0
meth FileActor.discard 1 0 0
meth FileActor.append 2 0 0
attr FileActor.files 1 0 0

fsspec.utils (3 missing, 4 any)

Symbol Typable Typed Any
func glob_translate 2 0 0
func atomic_write 3 2 0
func is_exception 2 2 1
func isfilelike 2 2 1
func tokenize 3 3 2

Type-Ignore Comments

No type-ignore comments.