Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DanielKeep/rust-conv
/ copytree
Function
copytree
update-docs.py:59–61 ·
view source on GitHub ↗
(src, dst)
Source
from the content-addressed store, hash-verified
57
sys.stderr.flush()
58
59
def
copytree(src, dst):
60
msg_trace(
'copytree(%r, %r)'
% (src, dst))
61
distutils.dir_util.copy_tree(src=src, dst=dst)
62
63
def
really_rmtree(path):
64
msg_trace(
'really_rmtree(%r)'
% path)
Callers
1
main
Function · 0.85
Calls
1
msg_trace
Function · 0.85
Tested by
no test coverage detected