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

Method copy_file

python/pyarrow/tests/test_fs.py:124–126  ·  view source on GitHub ↗
(self, src, dest)

Source from the content-addressed store, hash-verified

122 assert dest == "move_to"
123
124 def copy_file(self, src, dest):
125 assert src == "copy_file_from"
126 assert dest == "copy_file_to"
127
128 def open_input_stream(self, path):
129 if "notfound" in path:

Callers 4

test_copy_fileFunction · 0.45
test_localfs_errorsFunction · 0.45
test_py_filesystem_opsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected