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

Function app_before1

tests/test_blueprints.py:847–848  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

845
846 @app.before_request
847 def app_before1():
848 flask.g.setdefault("seen", []).append("app_1")
849
850 @app.teardown_request
851 def app_teardown1(e=None):

Callers

nothing calls this directly

Calls 1

setdefaultMethod · 0.80

Tested by

no test coverage detected