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

Function child_teardown2

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

Source from the content-addressed store, hash-verified

897
898 @child.teardown_request
899 def child_teardown2(e=None):
900 assert flask.g.seen.pop() == "child_2"
901
902 @child.context_processor
903 def child_ctx():

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…