Home
last modified time | relevance | path

Searched refs:update_storage_options (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/
H A Dcore.py25 update_storage_options,
400 update_storage_options(options, kwargs)
635 update_storage_options(options, storage_options)
643 update_storage_options(options, storage_options)
H A Dutils.py93 update_storage_options(options, inherit_storage_options)
98 def update_storage_options(options, inherited=None): function