MCPcopy Create free account
hub / github.com/apache/arrow / delete_dir

Method delete_dir

python/pyarrow/tests/test_fs.py:106–107  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

104 raise IOError
105
106 def delete_dir(self, path):
107 assert path == "delete_dir"
108
109 def delete_dir_contents(self, path, missing_dir_ok):
110 if not path.strip("/"):

Callers 15

gcsfsFunction · 0.45
s3fsFunction · 0.45
azurefsFunction · 0.45
py_fsspec_s3fsFunction · 0.45
test_create_dirFunction · 0.45
test_delete_dirFunction · 0.45
test_delete_dir_contentsFunction · 0.45
_check_root_dir_contentsFunction · 0.45
test_move_directoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected