class documentation

class DummyExit:

View In Hierarchy

Stub for sys.exit that remembers whether it's been called and, if it has, what argument it was given.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable arg Undocumented
Instance Variable exited Undocumented
def __call__(self, arg: int | str | None = None):

Undocumented

def __init__(self):

Undocumented

arg =

Undocumented

exited: bool =

Undocumented