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

Method delete_file

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

Source from the content-addressed store, hash-verified

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)
294
295 def move(self, src, dest):
296 return self._fs.move(src, dest)

Callers 1

DeleteFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected