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

Method delete_file

python/pyarrow/tests/test_fs.py:117–118  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

115 pass
116
117 def delete_file(self, path):
118 assert path == "delete_file"
119
120 def move(self, src, dest):
121 assert src == "move_from"

Callers 6

test_copy_fileFunction · 0.45
test_move_fileFunction · 0.45
test_delete_fileFunction · 0.45
test_localfs_errorsFunction · 0.45
test_py_filesystem_opsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected