For more information on the search, visit the help page.
NotACoroutineError
defer
DebugInfo
Deferred
DeferredFilesystemLock
DeferredList
DeferredLock
DeferredQueue
DeferredSemaphore
AlreadyCalledError
AlreadyTryingToLockError
CancelledError
FailureGroup
FirstError
QueueOverflow
QueueUnderflow
TimeoutError
_CancellationStatus
_ConcurrencyPrimitive
_Sentinel
_DefGen_Return
_InternalInlineCallbacksCancelledError
ensureDeferred
execute
fail
gatherResults
getDebugging
inlineCallbacks
logError
maybeDeferred
passthru
race
returnValue
setDebugging
succeed
timeout
_addCancelCallbackToDeferred
_cancellableInlineCallbacks
_cancelledToTimedOutError
_DeferredList
_failthru
_gotResultInlineCallbacks
_handleCancelInlineCallbacks
_inlineCallbacks
_parseDeferredListResult
FAILURE
SUCCESS
DeferredCallback
DeferredErrback
log
_DEFERRED_SUBCLASSES
_NONE_KWARGS
_P
_NextResultT
_SelfResultT
_T
_CallbackChain
_CallbackKeywordArguments
_CallbackOrderedArguments
_DeferredListResultItemT
_DeferredListResultListT
_DeferredListSingleResultT
_oldPypyStack
twisted.internet.defer.NotACoroutineError
twisted
internet
class NotACoroutineError(TypeError): (source)
View In Hierarchy
This error is raised when a coroutine is expected and something else is encountered.