Take CTRL+C into account (not implemented).
()
| 79 | pass |
| 80 | |
| 81 | def _allow_CTRL_C_other(): |
| 82 | """Take CTRL+C into account (not implemented).""" |
| 83 | pass |
| 84 | |
| 85 | if os.name == 'posix': |
| 86 | import select |
nothing calls this directly
no outgoing calls
no test coverage detected