twisted.internet.defer._CancellationStatus(object) class documentationtwisted.internet.defer
View Source
(View In Hierarchy)
Cancellation status of an inlineCallbacks invocation.
| Instance Variable | waitingOn | the Deferred being waited upon (which _inlineCallbacks must fill out before returning) |
| Instance Variable | deferred | the Deferred to callback or errback when the generator invocation has finished. |