Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ before_request1
Function
before_request1
tests/test_basic.py:710–711 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
708
709
@app.before_request
710
def
before_request1():
711
evts.append(1)
712
713
@app.before_request
714
def
before_request2():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected