MCPcopy Create free account
hub / github.com/catboost/catboost / copy_function

Function copy_function

library/python/fs/test/test_fs.py:1008–1010  ·  view source on GitHub ↗
(src, dst)

Source from the content-addressed store, hash-verified

1006 copied = []
1007
1008 def copy_function(src, dst):
1009 shutil.copy2(src, dst)
1010 copied.append(dst)
1011
1012 library.python.fs.copy_tree(
1013 "test_copy_tree_src", yatest.common.work_path("test_copy_tree_dst"), copy_function=copy_function

Callers 3

hardlink_or_copyFunction · 0.85
copy_fileFunction · 0.85
copytree3Function · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected