Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dhelp.py108 self.argDB.setType(self.getArgName(name), argType, forceLocal = 1)
H A DRDict.py202 def setType(self, key, value, forceLocal = 0): argument
208 if forceLocal or self.parent is None or self.dict_has_key(key):