def requestingFileContentsWithCount(self, count):
     CloneCallback.requestingFileContentsWithCount(self, count)
 def gettingCloneData(self):
     CloneCallback.gettingCloneData(self)
 def buildingChangeset(self, current=0, total=0):
     CloneCallback.buildingChangeset(self, current=0, total=0)
 def requestingFiles(self, number):
     CloneCallback.requestingFiles(self, number)
 def checkNeedsFulfilled(self, current=0, total=0):
     CloneCallback.checkNeedsFulfilled(self, current=0, total=0)
 def rewriteTrove(self, current=0, total=0):
     CloneCallback.rewriteTrove(self, current=0, total=0)
 def targetBinaries(self, current=0, total=0):
     CloneCallback.targetBinaries(self, current=0, total=0)
 def targetSources(self, current=0, total=0):
     CloneCallback.targetSources(self, current=0, total=0)
 def determiningTargets(self):
     CloneCallback.determiningTargets(self)
示例#10
0
 def determiningCloneTroves(self, current=0, total=0):
     CloneCallback.determiningCloneTroves(self, current=0, total=0)
示例#11
0
 def __init__(self, *args, **kwargs):
     self._log = kwargs.pop('log', log)
     BaseCallback.__init__(self, *args, **kwargs)
     CloneCallback.__init__(self, *args, **kwargs)