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

Class ChangesetCallback

source code

       callbacks.LineOutput --+
                              |
             object --+       |
                      |       |
     callbacks.Callback --+   |
                          |   |
callbacks.ChangesetCallback --+
                              |
                             ChangesetCallback
Known Subclasses:
build.cook.CookCallback, CloneCallback, mirror.VerboseChangesetCallback

Instance Methods [hide private]
 
preparingChangeSet(self)
Called before an update begins and before it looks for the requested troves.
source code
 
requestingFileContents(self, count=0)
Called right before requesting file contents from a repository.
source code
 
downloadingFileContents(self, got, need)
Called when downloading file contents.
source code
 
downloadingChangeSet(self, got, need)
Called when downloading a changeset.
source code
 
_downloading(self, msg, got, rate, need) source code
 
csMsg(self, text) source code
 
sendingChangeset(self, got, need) source code
 
update(self) source code
 
done(self) source code
 
_message(self, txt, usePrefix=True) source code
 
setPrefix(self, txt) source code
 
clearPrefix(self) source code
 
__init__(self, *args, **kw) source code

Inherited from callbacks.LineOutput: __del__

Inherited from callbacks.ChangesetCallback: checkAbort, error, missingFiles, requestingChangeSet, setChangesetHunk, setRate, warning

Inherited from callbacks.Callback: __getattribute__, cancelOperation

Inherited from callbacks.Callback (private): _exceptionOccured

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

Class Variables [hide private]

Inherited from callbacks.LineOutput: last, out

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

preparingChangeSet(self)

source code 
Called before an update begins and before it looks for the requested troves.
Returns:
None
Overrides: callbacks.ChangesetCallback.preparingChangeSet
(inherited documentation)

requestingFileContents(self, count=0)

source code 
Called right before requesting file contents from a repository.
Returns:
None
Overrides: callbacks.ChangesetCallback.requestingFileContents
(inherited documentation)

downloadingFileContents(self, got, need)

source code 
Called when downloading file contents.
Returns:
None
Overrides: callbacks.ChangesetCallback.downloadingFileContents
(inherited documentation)

downloadingChangeSet(self, got, need)

source code 
Called when downloading a changeset.
Returns:
None
Overrides: callbacks.ChangesetCallback.downloadingChangeSet
(inherited documentation)

sendingChangeset(self, got, need)

source code 
Overrides: callbacks.ChangesetCallback.sendingChangeset

done(self)

source code 
Overrides: callbacks.ChangesetCallback.done

_message(self, txt, usePrefix=True)

source code 
Overrides: callbacks.LineOutput._message

__init__(self, *args, **kw)
(Constructor)

source code 
Overrides: callbacks.LineOutput.__init__