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

Function app_teardown2

tests/test_blueprints.py:859–860  ·  view source on GitHub ↗
(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() == "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

Used in the wild real call sites across dependent graphs

searching dependent graphs…