class documentation
class SignalHandler(object):
Method | __del__ |
Undocumented |
Method | __init__ |
Constructs a new SignalHandler instance. |
Method |
|
Unsets the called flag. |
Method |
|
Restore previous handler. |
Method |
|
Set the signal handling function |
Instance Variable | called |
tracks whether any of the signals have been raised |
Instance Variable | signum |
the signals we handle |
Method | _ |
Actual signal handling function. |
Instance Variable | _handler |
Undocumented |
Instance Variable | _previous |
Undocumented |
Instance Variable | _wakeup |
Undocumented |
Constructs a new SignalHandler instance.
Parameters | |
signum:int or list of ints | Single signal number or set of signal numbers |
handler | Signal handling function |
wakeup | Undocumented |