diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-01-06 01:11:16 +0000 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-01-06 01:11:16 +0000 |
| commit | 0dd599bbb323387991cd8a3565ea87f36ff0892f (patch) | |
| tree | 26705624c861c0725d1e8fd8555f84705775e1c2 /docs/lib/bps.host.utils.rst | |
| download | passlib-0dd599bbb323387991cd8a3565ea87f36ff0892f.tar.gz | |
cloning bps to passlib trunk
Diffstat (limited to 'docs/lib/bps.host.utils.rst')
| -rw-r--r-- | docs/lib/bps.host.utils.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/lib/bps.host.utils.rst b/docs/lib/bps.host.utils.rst new file mode 100644 index 0000000..b3c40b6 --- /dev/null +++ b/docs/lib/bps.host.utils.rst @@ -0,0 +1,20 @@ +=========================================== +:mod:`bps.host.utils` -- General Utilties +=========================================== + +.. module:: bps.host.utils + +Signals +======= +The signal functions provide a enhanced interface +to stdlib's :mod:`signal` module. Much like :mod:`atexit` +enhances the ``sys.exitfunc``, these utilties +allow multiple handlers to be chained to a given unix signal. + +.. autofunction:: has_signal + +.. autofunction:: add_signal_handler + +.. autofunction:: remove_signal_handler + +.. autofunction:: adapt_sig_term |
