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

Method delete_dir_contents

python/pyarrow/tests/util.py:285–287  ·  view source on GitHub ↗
(self, path, missing_dir_ok)

Source from the content-addressed store, hash-verified

283 return self._fs.delete_dir(path)
284
285 def delete_dir_contents(self, path, missing_dir_ok):
286 return self._fs.delete_dir_contents(path,
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)

Callers 2

DeleteDirContentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected