MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / copy_tree

Function copy_tree

Lib/distutils/dir_util.py:103–170  ·  view source on GitHub ↗

Copy an entire directory tree 'src' to a new location 'dst'. Both 'src' and 'dst' must be directory names. If 'src' is not a directory, raise DistutilsFileError. If 'dst' does not exist, it is created with 'mkpath()'. The end result of the copy is that every file in 'src' is copi

(src, dst, preserve_mode=1, preserve_times=1,
              preserve_symlinks=0, update=0, verbose=1, dry_run=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 10

copy_fileFunction · 0.90
mkpathFunction · 0.85
startswithMethod · 0.80
islinkMethod · 0.80
isdirMethod · 0.45
listdirMethod · 0.45
joinMethod · 0.45
infoMethod · 0.45
appendMethod · 0.45
extendMethod · 0.45