Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | _ControlCodes
Control codes used to "signal" a service via ControlService.
User-defined control codes are in the range 128-255. We generally use the standard Python value for the Linux signal and add 128. Example:
>>> signal.SIGUSR1 10 control_codes['graceful'] = 128 + 10
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 22 03:35:33 2015 | http://epydoc.sourceforge.net |