Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ child_before2
Function
child_before2
tests/test_blueprints.py:895–896 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
893
894
@child.before_request
895
def
child_before2():
896
flask.g.setdefault(
"seen"
, []).append(
"child_2"
)
897
898
@child.teardown_request
899
def
child_teardown2(e=None):
Callers
nothing calls this directly
Calls
1
setdefault
Method · 0.80
Tested by
no test coverage detected