Ignore CTRL+C (not implemented).
()
| 75 | signal.signal(signal.SIGINT, signal.default_int_handler) |
| 76 | |
| 77 | def _ignore_CTRL_C_other(): |
| 78 | """Ignore CTRL+C (not implemented).""" |
| 79 | pass |
| 80 | |
| 81 | def _allow_CTRL_C_other(): |
| 82 | """Take CTRL+C into account (not implemented).""" |
nothing calls this directly
no outgoing calls
no test coverage detected