Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ finish2
Function
finish2
tests/test_basic.py:848–849 ·
view source on GitHub ↗
(exc)
Source
from the content-addressed store, hash-verified
846
847
@app.teardown_request
848
def
finish2(exc):
849
called.append(5)
850
851
@app.route(
"/"
)
852
def
index():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected