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