Searched defs:copytree (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dmisc.py137 def copytree(src, dst): function
138 """Rewrite of shutil.copytree() that can handle special files such as
152 copytree(s_path, d_path)
212 """Rewrite of shutil.move() that uses our copy of copytree()."""
226 copytree(src, dst)

Completed in 17 milliseconds