MCPcopy Index your code
hub / github.com/culvertsoft/mgen / copyFile

Function copyFile

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

Source from the content-addressed store, hash-verified

54 distutils.dir_util.copy_tree(src, dst)
55
56def copyFile(src, dst):
57 shutil.copyfile(src, dst)
58
59def getOrSetEnvVar(varName, default):
60 if (not varName in os.environ):

Callers 2

create_install_zipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected