MCPcopy Create free account
hub / github.com/pallets/flask / from_wsgi

Function from_wsgi

tests/test_basic.py:1154–1155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1152
1153 @app.route("/wsgi")
1154 def from_wsgi():
1155 return NotFound()
1156
1157 @app.route("/dict")
1158 def from_dict():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected