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

type 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__