(code=0)
| 395 | loop.set_exception_handler(exceptionHandler) |
| 396 | |
| 397 | def cleanupExit(code=0): |
| 398 | pm.stop() |
| 399 | realExit(code) |
| 400 | realExit = globalThis.python.exit |
| 401 | globalThis.python.exit = cleanupExit |
| 402 |
nothing calls this directly
no outgoing calls
no test coverage detected