예제 #1
0
 def requestingFileContentsWithCount(self, count):
     CloneCallback.requestingFileContentsWithCount(self, count)
예제 #2
0
 def gettingCloneData(self):
     CloneCallback.gettingCloneData(self)
예제 #3
0
 def buildingChangeset(self, current=0, total=0):
     CloneCallback.buildingChangeset(self, current=0, total=0)
예제 #4
0
 def requestingFiles(self, number):
     CloneCallback.requestingFiles(self, number)
예제 #5
0
 def checkNeedsFulfilled(self, current=0, total=0):
     CloneCallback.checkNeedsFulfilled(self, current=0, total=0)
예제 #6
0
 def rewriteTrove(self, current=0, total=0):
     CloneCallback.rewriteTrove(self, current=0, total=0)
예제 #7
0
 def targetBinaries(self, current=0, total=0):
     CloneCallback.targetBinaries(self, current=0, total=0)
예제 #8
0
 def targetSources(self, current=0, total=0):
     CloneCallback.targetSources(self, current=0, total=0)
예제 #9
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)