DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
__init__ (self, sig=signal.SIGINT) | |
__enter__ (self) | |
__exit__ (self, type, value, tb) | |
release (self) | |
Public Attributes | |
sig = sig | |
bool | interrupted = False |
bool | released = False |
original_handler = signal.getsignal(self.sig) | |
Definition at line 270 of file toolbox.py.
timing.cli.toolbox.InterruptHandler.__init__ | ( | self, | |
sig = signal.SIGINT ) |
Definition at line 272 of file toolbox.py.
timing.cli.toolbox.InterruptHandler.__enter__ | ( | self | ) |
Definition at line 275 of file toolbox.py.
timing.cli.toolbox.InterruptHandler.__exit__ | ( | self, | |
type, | |||
value, | |||
tb ) |
Definition at line 290 of file toolbox.py.
timing.cli.toolbox.InterruptHandler.release | ( | self | ) |
Definition at line 293 of file toolbox.py.
bool timing.cli.toolbox.InterruptHandler.interrupted = False |
Definition at line 277 of file toolbox.py.
timing.cli.toolbox.InterruptHandler.original_handler = signal.getsignal(self.sig) |
Definition at line 280 of file toolbox.py.
bool timing.cli.toolbox.InterruptHandler.released = False |
Definition at line 278 of file toolbox.py.
timing.cli.toolbox.InterruptHandler.sig = sig |
Definition at line 273 of file toolbox.py.