(sanic, loop)
| 550 | |
| 551 | @blueprint.listener("before_server_stop") |
| 552 | def handler_5(sanic, loop): |
| 553 | order.append(4) |
| 554 | |
| 555 | @blueprint.listener("after_server_stop") |
| 556 | def handler_6(sanic, loop): |
nothing calls this directly
no test coverage detected
searching dependent graphs…