twisted.internet.defer._CancellationStatus(object) class documentationtwisted.internet.defer
(View In Hierarchy)
Cancellation status of an inlineCallbacks
invocation.
| Instance Variable | waitingOn | the Deferredbeing
waited upon (which_inlineCallbacksmust fill out before returning) | 
| Instance Variable | deferred | the Deferredto 
callback or errback when the generator invocation has finished. |