Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_s3fs_limited_permissions_create_bucket
Function · 0.45
test_copy_file
Function · 0.45
test_move_file
Function · 0.45
test_delete_file
Function · 0.45
test_localfs_errors
Function · 0.45
test_py_filesystem_ops
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected