class documentation

class _FastFailCtxMgr: (source)

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): (source)

Undocumented

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

Undocumented

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

Undocumented

Undocumented

Undocumented