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

Function app_teardown2

tests/test_blueprints.py:859–860  ·  tests/test_blueprints.py::app_teardown2
(e=None)

Source from the content-addressed store, hash-verified

857
858 @app.teardown_request
859 def app_teardown2(e=None):
860 assert flask.g.seen.pop() == class="st">"app_2"
861
862 @app.context_processor
863 def app_ctx():

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected