Package proton :: Module _reactor :: Class Task
[frames] | no frames]

Class Task

source code

      object --+    
               |    
_wrapper.Wrapper --+
                   |
                  Task

Instance Methods
 
__init__(self, impl) source code
 
cancel(self) source code

Inherited from _wrapper.Wrapper: __del__, __delattr__, __eq__, __getattr__, __hash__, __ne__, __repr__, __setattr__

Static Methods
 
wrap(impl) source code
Method Details

__init__(self, impl)
(Constructor)

source code 
Overrides: _wrapper.Wrapper.__init__