Searched refs: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 148 copyFunc(srcname, dstname) 205 …def copytree(self, src, dst, symlinks = False, copyFunc = shutil.copy2, exclude = [], exclude_ext=… argument 241 copyFunc(srcname, dstname) 252 copyFunc(srcname, dstname) 554 …self.copies.extend(self.copytree(self.archLibDir, self.destLibDir, copyFunc = self.copyLib, exclud… 555 …elf.archLibDir,'pkgconfig'), os.path.join(self.destLibDir,'pkgconfig'), copyFunc = self.copyLib, e…
|