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

Function app_before2

tests/test_blueprints.py:855–856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

853
854 @app.before_request
855 def app_before2():
856 flask.g.setdefault("seen", []).append("app_2")
857
858 @app.teardown_request
859 def app_teardown2(e=None):

Callers

nothing calls this directly

Calls 1

setdefaultMethod · 0.80

Tested by

no test coverage detected