Пример #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)