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

Function handler_5

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

Source from the content-addressed store, hash-verified

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

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…