Take CTRL+C into account (not implemented).
()
| 46 | |
| 47 | |
| 48 | def allow_CTRL_C(): |
| 49 | """Take CTRL+C into account (not implemented).""" |
| 50 | pass |
| 51 | |
| 52 | |
| 53 | # ----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected