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

Method delete_root_dir_contents

python/pyarrow/tests/util.py:289–290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

287 missing_dir_ok=missing_dir_ok)
288
289 def delete_root_dir_contents(self):
290 return self._fs.delete_dir_contents("", accept_root_dir=True)
291
292 def delete_file(self, path):
293 return self._fs.delete_file(path)

Callers 1

DeleteRootDirContentsMethod · 0.45

Calls 1

delete_dir_contentsMethod · 0.45

Tested by

no test coverage detected