Searched refs:exclude_ext (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/ |
| H A D | install.py | 205 …def copytree(self, src, dst, symlinks = False, copyFunc = shutil.copy2, exclude = [], exclude_ext=… argument 235 …pies.extend(self.copytree(srcname, dstname, symlinks,exclude = exclude, exclude_ext = exclude_ext)) 236 …me) and not os.path.basename(srcname) in exclude and os.path.splitext(name)[1] not in exclude_ext :
|