예제 #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
파일: commit.py 프로젝트: caipeichao/Histo
 def getStateTime(self):
     from pclib import nowtuple
     self.stateTime = nowtuple()