Searched refs:symlinks (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/ |
| H A D | install.py | 133 def copyfile(self, src, dst, symlinks = False, copyFunc = shutil.copy2): argument 144 if symlinks and os.path.islink(srcname): 205 …def copytree(self, src, dst, symlinks = False, copyFunc = shutil.copy2, exclude = [], exclude_ext=… argument 231 if symlinks and os.path.islink(srcname): 235 …copies.extend(self.copytree(srcname, dstname, symlinks,exclude = exclude, exclude_ext = exclude_ex…
|