Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ child_before1
Function
child_before1
tests/test_blueprints.py:887–888 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
885
886
@child.before_request
887
def
child_before1():
888
flask.g.setdefault(
"seen"
, []).append(
"child_1"
)
889
890
@child.teardown_request
891
def
child_teardown1(e=None):
Callers
nothing calls this directly
Calls
1
setdefault
Method · 0.80
Tested by
no test coverage detected