Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gcsfs
Function · 0.45
s3fs
Function · 0.45
azurefs
Function · 0.45
py_fsspec_s3fs
Function · 0.45
test_s3fs_limited_permissions_create_bucket
Function · 0.45
test_get_file_info_with_selector
Function · 0.45
test_create_dir
Function · 0.45
test_delete_dir
Function · 0.45
test_delete_dir_with_explicit_subdir
Function · 0.45
test_delete_dir_contents
Function · 0.45
_check_root_dir_contents
Function · 0.45
test_move_directory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected