| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.fs.FSSpecHandler.html | [Back] [Original] |
Bases: FileSystemHandler
Handler for fsspec-based Python filesystems.
https://filesystem-spec.readthedocs.io/en/latest/index.html
instanceExamples
>>> PyFileSystem(FSSpecHandler(fsspec_fs))
Methods
|
|
|
Implement PyFileSystem.copy_file(...). |
|
Implement PyFileSystem.create_dir(...). |
|
Implement PyFileSystem.delete_dir(...). |
|
Implement PyFileSystem.delete_dir_contents(...). |
|
Implement PyFileSystem.delete_file(...). |
|
Implement PyFileSystem.delete_dir_contents("/", accept_root_dir=True). |
|
Implement PyFileSystem.get_file_info(paths). |
|
Implement PyFileSystem.get_file_info(selector). |
|
Implement PyFileSystem.type_name. |
|
Implement PyFileSystem.move(...). |
|
Implement PyFileSystem.normalize_path(...). |
|
Implement PyFileSystem.open_append_stream(...). |
|
Implement PyFileSystem.open_input_file(...). |
|
Implement PyFileSystem.open_input_stream(...). |
|
Implement PyFileSystem.open_output_stream(...). |
Implement PyFileSystem.delete_dir().
strpath of the directory.
Implement PyFileSystem.delete_dir_contents().
Implement PyFileSystem.delete_file().
strpath of the file.
Implement PyFileSystem.delete_dir_contents(/, accept_root_dir=True).
Implement PyFileSystem.get_file_info(selector).
FileSelectorselector for which we want to retrieve the info.
Implement PyFileSystem.normalize_path().
strpath of what should be normalized.
Implement PyFileSystem.open_append_stream().
strpath of what should be opened.
Mapping of string keys to string values. Some filesystems support storing metadata along the file (such as Content-Type).
Implement PyFileSystem.open_input_file().
strpath of what should be opened.
| Web Proxy Viewer | New URL | Original Page |