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

Function app_teardown1

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

Source from the content-addressed store, hash-verified

849
850 @app.teardown_request
851 def app_teardown1(e=None):
852 assert flask.g.seen.pop() == "app_1"
853
854 @app.before_request
855 def app_before2():

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…