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

Function parent_teardown2

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

Source from the content-addressed store, hash-verified

877
878 @parent.teardown_request
879 def parent_teardown2(e=None):
880 assert flask.g.seen.pop() == "parent_2"
881
882 @parent.context_processor
883 def parent_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…