module documentation

Undocumented

Function install_shutdown_handlers 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...
Variable signal_names Undocumented
Variable signum Undocumented
def install_shutdown_handlers(function, override_sigint=True): (source)

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)

signal_names: dict = (source)

Undocumented

Undocumented