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

Method delete_dir

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

Source from the content-addressed store, hash-verified

280 return self._fs.create_dir(path, recursive=recursive)
281
282 def delete_dir(self, path):
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,

Callers 1

DeleteDirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected