Home
last modified time | relevance | path

Searched refs:matchExcludeDir (Results 1 – 1 of 1) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dpackage.py795 def matchExcludeDir(self,dir): member in Package
905 …startswith(j.lower()) and os.path.isdir(os.path.join(packages, d)) and not self.matchExcludeDir(d):