module documentation

Undocumented

Variable signal​_names Undocumented
Variable signum Undocumented
Function install​_shutdown​_handlers No summary
signal_names: dict =

Undocumented

signum =

Undocumented

def install_shutdown_handlers(function, override_sigint=True):
Install the given function as a signal handler for all common shutdown signals (such as SIGINT, SIGTERM, etc). If override_sigint is False the SIGINT handler won't be install if there is already a handler in place (e.g. Pdb)