Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ from_bad_wsgi
Function
from_bad_wsgi
tests/test_basic.py:1230–1231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1228
1229
@app.route(
"/bad_wsgi"
)
1230
def
from_bad_wsgi():
1231
return
lambda
: None
1232
1233
c = app.test_client()
1234
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected