Trees | Indices | Help |
|
---|
|
Generic signal handler class.
It automatically restores the original handler when deconstructed or when Reset is called. You can either pass your own handler function in or query the called attribute to detect whether the signal was sent.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
boolean |
called tracks whether any of the signals have been raised |
||
list |
signum the signals we handle |
|
|||
Inherited from |
|
Constructs a new SignalHandler instance.
|
Restore previous handler. This will reset all the signals to their previous handlers. |
Unsets the called flag. This function can be used in case a signal may arrive several times. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:36 2016 | http://epydoc.sourceforge.net |