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

Function parent_teardown1

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

Source from the content-addressed store, hash-verified

869
870 @parent.teardown_request
871 def parent_teardown1(e=None):
872 assert flask.g.seen.pop() == "parent_1"
873
874 @parent.before_request
875 def parent_before2():

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected