Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A DRDict.py101 self.writeLogLine('Greetings')
106 self.writeLogLine('SERVER: Last access '+str(self.lastAccess))
111 self.writeLogLine('Pickling RDict')
122 self.writeLogLine('Unpickling RDict')
139 def writeLogLine(self, message): member in RDict
157 self.writeLogLine('getType: Getting local type for '+key+' '+str(value))
173 self.writeLogLine('__getitem__: '+key+' has local type')
176 self.writeLogLine('__getitem__: Checking parent value')
178 self.writeLogLine('__getitem__: Parent has value')
181 self.writeLogLine('__getitem__: Checking parent type')
[all …]