Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ after1
Function
after1
tests/test_basic.py:834–836 ·
view source on GitHub ↗
(response)
Source
from the content-addressed store, hash-verified
832
833
@app.after_request
834
def
after1(response):
835
called.append(4)
836
return
response
837
838
@app.after_request
839
def
after2(response):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected