MCPcopy
hub / github.com/pallets/flask / child_teardown1

Function child_teardown1

tests/test_blueprints.py:891–892  ·  view source on GitHub ↗
(e=None)

Source from the content-addressed store, hash-verified

889
890 @child.teardown_request
891 def child_teardown1(e=None):
892 assert flask.g.seen.pop() == "child_1"
893
894 @child.before_request
895 def child_before2():

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected