Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
CancelledError
defer
AlreadyCalledError
AlreadyTryingToLockError
DebugInfo
Deferred
DeferredFilesystemLock
DeferredList
DeferredLock
DeferredQueue
DeferredSemaphore
FirstError
NotACoroutineError
QueueOverflow
QueueUnderflow
TimeoutError
waitForDeferred
_CancellationStatus
_ConcurrencyPrimitive
_DefGen_Return
_InternalInlineCallbacksCancelledError
_NoContext
_Sentinel
deferredGenerator
ensureDeferred
execute
fail
gatherResults
getDebugging
inlineCallbacks
logError
maybeDeferred
passthru
returnValue
setDebugging
succeed
timeout
_cancellableInlineCallbacks
_cancelledToTimedOutError
_copy_context
_deferGenerator
_DeferredList
_failthru
_inlineCallbacks
_parseDeferredListResult
FAILURE
SUCCESS
DeferredCallback
DeferredErrback
log
_NONE_KWARGS
_T
_CallbackChain
_CallbackKeywordArguments
_CallbackOrderedArguments
_ConcurrencyPrimitiveT
_contextvarsSupport
_DeferableGenerator
_DeferredListResultItemT
_DeferredListResultListT
_DeferredListSingleResultT
_DeferredLockT
_DeferredResultT
_DeferredSemaphoreT
_NextDeferredResultT
twisted.internet.defer.CancelledError
twisted
internet
class CancelledError(Exception): (source)
View In Hierarchy
This error is raised by default when a Deferred is cancelled.