class documentation

class _FastFailCtxMgr:

Constructor: _FastFailCtxMgr(fail)

View In Hierarchy

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable failure Undocumented
Instance Variable _fail Undocumented
def __enter__(self):

Undocumented

def __exit__(self, exc_type: type[BaseException] | None, exc_value: BaseException | None, traceback: TracebackType | None, /) -> bool:

Undocumented

def __init__(self, fail: Callable[[Failure], None]):

Undocumented

failure =

Undocumented

_fail =

Undocumented