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