sig_handler Module

class gaffer.sig_handler.BaseSigHandler[source]

Bases: object

A simple gaffer application to handle signals

QUIT_SIGNALS = (3, 15, 2)
handle_quit(handle, *args)[source]
handle_reload(handle, *args)[source]
restart()[source]
start(loop)[source]
stop()[source]
class gaffer.sig_handler.SigHandler[source]

Bases: gaffer.sig_handler.BaseSigHandler

A simple gaffer application to handle signals

handle_quit(handle, *args)[source]
handle_reload(handle, *args)[source]
start(loop, manager)[source]

Previous topic

console_output Module

This Page