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