Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ teardown_request
Function
teardown_request
tests/test_basic.py:752–754 ·
view source on GitHub ↗
(exc)
Source
from the content-addressed store, hash-verified
750
751
@app.teardown_request
752
def
teardown_request(exc):
753
called.append(True)
754
return
"Ignored"
755
756
@app.route(
"/"
)
757
def
root():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected