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

Function parent_before1

tests/test_blueprints.py:867–868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

865
866 @parent.before_request
867 def parent_before1():
868 flask.g.setdefault("seen", []).append("parent_1")
869
870 @parent.teardown_request
871 def parent_teardown1(e=None):

Callers

nothing calls this directly

Calls 1

setdefaultMethod · 0.80

Tested by

no test coverage detected