(signal, frame)
| 167 | }), status=200, mimetype='application/json') |
| 168 | |
| 169 | def handle_keyboard_interrupt(signal, frame): |
| 170 | global model |
| 171 | exit(0) |
| 172 | |
| 173 | signal.signal(signal.SIGINT, handle_keyboard_interrupt) |
| 174 |
nothing calls this directly
no outgoing calls
no test coverage detected