Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dlogger.py103 … None, argDB = None, log = None, out = defaultOut, debugLevel = None, debugSections = None, debugI… argument
109 self.debugSections = debugSections
164 if self.debugSections is None:
165 self.debugSections = self.argDB['debugSections']
266 …f self.debugLevel >= debugLevel and (not len(self.debugSections) or debugSection in self.debugSect…