in_sighandler
Context that records that we are in a signal handler.
def in_sighandler() - > contextmanager
Context that records that we are in a signal handler.
Returns
| Type | Description |
|---|---|
contextmanager | A context manager that manages the signal handler state flag. |