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

Method delete_dir_contents

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

Source from the content-addressed store, hash-verified

107 assert path == "delete_dir"
108
109 def delete_dir_contents(self, path, missing_dir_ok):
110 if not path.strip("/"):
111 raise ValueError
112 assert path == "delete_dir_contents"
113
114 def delete_root_dir_contents(self):
115 pass

Callers 3

test_delete_dir_contentsFunction · 0.45
_check_root_dir_contentsFunction · 0.45
test_py_filesystem_opsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected