Searched defs:copytree (Results 1 – 2 of 2) sorted by relevance
26 def copytree(src: str, dst: str, symlinks: bool = False, ignore=None): function
27 def copytree(source: str, destination: str): function