Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ copy2
Function
copy2
wrappers/Python/deprecated_setup.py:16–18 ·
view source on GitHub ↗
(old, new)
Source
from the content-addressed store, hash-verified
14
shutil.copytree(old, new)
15
16
def
copy2(old, new):
17
print(old,
'-->'
, new)
18
shutil.copy2(old, new)
19
20
import
shutil
21
shutil.rmtree(os.path.join(
'CoolProp'
,
'include'
), ignore_errors=True)
Callers
1
copy_files
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected