class documentation

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.

Method __call__ This is not expected to be called as part of the current test suite.
Class Variable deferred Undocumented
def __call__(self, deferred: Deferred[Any]):

This is not expected to be called as part of the current test suite.

deferred: Deferred[Any] | None =

Undocumented