Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ before_request3
Function
before_request3
tests/test_basic.py:719–721 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
717
718
@app.before_request
719
def
before_request3():
720
evts.append(3)
721
return
"bye"
722
723
@app.route(
"/"
)
724
def
index():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected