Ejemplo n.º 1
0
 def requestingFileContentsWithCount(self, count):
     CloneCallback.requestingFileContentsWithCount(self, count)
Ejemplo n.º 2
0
 def gettingCloneData(self):
     CloneCallback.gettingCloneData(self)
Ejemplo n.º 3
0
 def buildingChangeset(self, current=0, total=0):
     CloneCallback.buildingChangeset(self, current=0, total=0)
Ejemplo n.º 4
0
 def requestingFiles(self, number):
     CloneCallback.requestingFiles(self, number)
Ejemplo n.º 5
0
 def checkNeedsFulfilled(self, current=0, total=0):
     CloneCallback.checkNeedsFulfilled(self, current=0, total=0)
Ejemplo n.º 6
0
 def rewriteTrove(self, current=0, total=0):
     CloneCallback.rewriteTrove(self, current=0, total=0)
Ejemplo n.º 7
0
 def targetBinaries(self, current=0, total=0):
     CloneCallback.targetBinaries(self, current=0, total=0)
Ejemplo n.º 8
0
 def targetSources(self, current=0, total=0):
     CloneCallback.targetSources(self, current=0, total=0)
Ejemplo n.º 9
0
 def determiningTargets(self):
     CloneCallback.determiningTargets(self)
Ejemplo n.º 10
0
 def determiningCloneTroves(self, current=0, total=0):
     CloneCallback.determiningCloneTroves(self, current=0, total=0)
Ejemplo n.º 11
0
 def __init__(self, *args, **kwargs):
     self._log = kwargs.pop('log', log)
     BaseCallback.__init__(self, *args, **kwargs)
     CloneCallback.__init__(self, *args, **kwargs)