(sanic, loop)
| 546 | |
| 547 | @blueprint.listener("before_server_stop") |
| 548 | def handler_4(sanic, loop): |
| 549 | order.append(5) |
| 550 | |
| 551 | @blueprint.listener("before_server_stop") |
| 552 | def handler_5(sanic, loop): |
nothing calls this directly
no test coverage detected
searching dependent graphs…