class documentation

class _CheckedLoopExceptionHandler: (source)

Constructor: _CheckedLoopExceptionHandler(handler)

View In Hierarchy

Enforce the synchronous SDK handler contract at invocation time.

Parameters
handlerPublic handler requested by the SDK caller.
Method __call__ Invoke the public handler and validate its return value.
Method __init__ Store the public handler.
Instance Variable handler Undocumented
def __call__(self, loop: asyncio.AbstractEventLoop, context: dict[str, Any]): (source)

Invoke the public handler and validate its return value.

def __init__(self, handler: LoopExceptionHandler): (source)

Store the public handler.

Undocumented