libb.SIGNAL_TRANSLATION_MAP

SIGNAL_TRANSLATION_MAP = {Signals.SIGINT: 'SIGINT', Signals.SIGTERM: 'SIGTERM'}

Map of signal numbers to signal names.