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

Class FetchCallback

source code

   callbacks.LineOutput --+
                          |
         object --+       |
                  |       |
 callbacks.Callback --+   |
                      |   |
callbacks.FetchCallback --+
                          |
                         FetchCallback

Instance Methods [hide private]
 
fetch(self, got, need) source code
 
__init__(self, *args, **kw) source code

Inherited from callbacks.LineOutput: __del__

Inherited from callbacks.LineOutput (private): _message

Inherited from callbacks.FetchCallback: setRate

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]

fetch(self, got, need)

source code 
Overrides: callbacks.FetchCallback.fetch

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

source code 
Overrides: callbacks.LineOutput.__init__