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

Function from_response_status

tests/test_basic.py:1150–1151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1148
1149 @app.route("/response_status")
1150 def from_response_status():
1151 return app.response_class("Hello world", 400), 500
1152
1153 @app.route("/wsgi")
1154 def from_wsgi():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected