Package conary :: Module callbacks :: Class CloneCallback
[hide private]
[frames] | no frames]

Class CloneCallback

source code

   object --+        
            |        
     Callback --+    
                |    
ChangesetCallback --+
                    |
                   CloneCallback
Known Subclasses:
conaryclient.callbacks.CloneCallback

Instance Methods [hide private]
 
__init__(self, cfg=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getCloneChangeLog(self, trv) source code
 
determiningCloneTroves(self, current=0, total=0) source code
 
determiningTargets(self, current=0, total=0) source code
 
targetSources(self, current=0, total=0) source code
 
targetBinaries(self, current=0, total=0) source code
 
checkNeedsFulfilled(self, current=0, total=0) source code
 
rewriteTrove(self, current=0, total=0) source code
 
buildingChangeset(self, current=0, total=0) source code
 
requestingFiles(self, number) source code
 
requestingFileContentsWithCount(self, count) source code
 
gettingCloneData(self) source code

Inherited from ChangesetCallback: checkAbort, done, downloadingChangeSet, downloadingFileContents, error, missingFiles, preparingChangeSet, requestingChangeSet, requestingFileContents, sendingChangeset, setChangesetHunk, setRate, warning

Inherited from Callback: __getattribute__, cancelOperation

Inherited from Callback (private): _exceptionOccured

Inherited from object: __delattr__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cfg=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: ChangesetCallback.__init__