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

Class CookCallback

source code

   object --+        
            |        
     Callback --+    
                |    
ChangesetCallback --+
                    |
                   CookCallback
Known Subclasses:
checkin.CheckinCallback, build.cook.CookCallback

Instance Methods [hide private]
 
buildingChangeset(self) source code
 
findingTroves(self, num) source code
 
gettingTroveDefinitions(self, num) source code
 
buildingGroup(self, groupName, idx, total) source code
 
groupBuilt(self) source code
 
groupResolvingDependencies(self) source code
 
groupCheckingDependencies(self) source code
 
groupCheckingPaths(self, current) source code
 
groupDeterminingPathConflicts(self, total) source code

Inherited from ChangesetCallback: __init__, 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__