Beispiel #1
0
 def createState(self):
     from pclib import nowtuple
     result = dict()
     result['Time'] = nowtuple()
     result['CommitCount'] = 0
     result['CodeCount'] = 0
     result['IndexCodes'] = []
     return result
Beispiel #2
0
 def getStateTime(self):
     from pclib import nowtuple
     self.stateTime = nowtuple()