For more information on the search, visit the help page.
DummyCanceller
__call__
deferred
test_defer
AlreadyCalledTests
CoroutineContextVarsTests
DeferredAddTimeoutTests
DeferredCancellerTests
DeferredFilesystemLockTests
DeferredFutureAdapterTests
DeferredListEmptyTests
DeferredTests
EnsureDeferredTests
FirstErrorTests
ImmediateFailureMixin
InlineCallbackTests
LogTests
OtherPrimitivesTests
RaceTests
TimeoutErrorTests
UtilTests
GenericError
callAllSoonCalls
ensuringDeferred
fakeCallbackCanceller
_overrideFunc
_setupRaceState
_ExceptionT
twisted.test.test_defer.DummyCanceller
twisted
test
class DummyCanceller:
View In Hierarchy
A callable that does nothing. It is intended to be used just to get an object reference to support GC related tests.
Deferred[Any]
This is not expected to be called as part of the current test suite.
Deferred[Any] | None
Undocumented