Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ move
Method
move
python/pyarrow/tests/util.py:295–296 ·
view source on GitHub ↗
(self, src, dest)
Source
from the content-addressed store, hash-verified
293
return
self._fs.delete_file(path)
294
295
def
move(self, src, dest):
296
return
self._fs.move(src, dest)
297
298
def
copy_file(self, src, dest):
299
return
self._fs.copy_file(src, dest)
Callers
1
Move
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected