class documentation

class DummyKill: (source)

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

Undocumented

Parameters
pid:intUndocumented
sig:intUndocumented
def __init__(self): (source)

Undocumented

Undocumented