MCPcopy
hub / github.com/sanic-org/sanic / handler_4

Function handler_4

tests/test_blueprints.py:548–549  ·  view source on GitHub ↗
(sanic, loop)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…