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

Method delete_root_dir_contents

python/pyarrow/fs.py:384–385  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

382 self._delete_dir_contents(path, missing_dir_ok)
383
384 def delete_root_dir_contents(self):
385 self._delete_dir_contents("/", False)
386
387 def delete_file(self, path):
388 # fs.rm correctly raises IsADirectoryError when `path` is a directory

Callers 1

Calls 1

_delete_dir_contentsMethod · 0.95

Tested by 1