MCPcopy Create free account
hub / github.com/culvertsoft/mgen / copyTree

Function copyTree

buildutil.py:53–54  ·  view source on GitHub ↗
(src, dst)

Source from the content-addressed store, hash-verified

51 os.remove(path)
52
53def copyTree(src, dst):
54 distutils.dir_util.copy_tree(src, dst)
55
56def copyFile(src, dst):
57 shutil.copyfile(src, dst)

Callers 2

create_install_zipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected