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

Function copytree

Lib/shutil.py:145–208  ·  view source on GitHub ↗

Recursively copy a directory tree using copy2(). The destination directory must not already exist. If exception(s) occur, an Error is raised with a list of reasons. If the optional symlinks flag is true, symbolic links in the source tree result in symbolic links in the destination

(src, dst, symlinks=False, ignore=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

moveFunction · 0.70

Calls 10

setFunction · 0.85
copy2Function · 0.85
strFunction · 0.85
copystatFunction · 0.85
islinkMethod · 0.80
listdirMethod · 0.45
joinMethod · 0.45
isdirMethod · 0.45
extendMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected