Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ index1
Function
index1
tests/test_basic.py:976–977 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
974
975
@app.route(
"/1"
)
976
def
index1():
977
raise
ForbiddenSubclass()
978
979
@app.route(
"/2"
)
980
def
index2():
Callers
nothing calls this directly
Calls
1
ForbiddenSubclass
Class · 0.85
Tested by
no test coverage detected