MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / copytree

Function copytree

wrappers/Python/deprecated_setup.py:12–14  ·  view source on GitHub ↗
(old, new)

Source from the content-addressed store, hash-verified

10
11def copy_files():
12 def copytree(old, new):
13 print(old, '-->', new)
14 shutil.copytree(old, new)
15
16 def copy2(old, new):
17 print(old, '-->', new)

Callers 1

copy_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected