Searched defs:copyFunc (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 205 …def copytree(self, src, dst, symlinks = False, copyFunc = shutil.copy2, exclude = [], exclude_ext=… argument
|