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

Method move

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

Source from the content-addressed store, hash-verified

118 assert path == "delete_file"
119
120 def move(self, src, dest):
121 assert src == "move_from"
122 assert dest == "move_to"
123
124 def copy_file(self, src, dest):
125 assert src == "copy_file_from"

Callers 4

test_move_directoryFunction · 0.45
test_move_fileFunction · 0.45
test_localfs_errorsFunction · 0.45
test_py_filesystem_opsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected