示例#1
0
文件: state.py 项目: caipeichao/Histo
 def createState(self):
     from pclib import nowtuple
     result = dict()
     result['Time'] = nowtuple()
     result['CommitCount'] = 0
     result['CodeCount'] = 0
     result['IndexCodes'] = []
     return result
示例#2
0
 def getStateTime(self):
     from pclib import nowtuple
     self.stateTime = nowtuple()