class documentation

class DummyKill:

View In Hierarchy

Stub for os.kill that remembers whether it's been called and, if it has, what arguments it was given.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable calls Undocumented
def __call__(self, pid: int, sig: int):

Undocumented

def __init__(self):

Undocumented

calls: list[tuple[int, int]] =

Undocumented