Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ from_text_status
Function
from_text_status
tests/test_basic.py:1137–1138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1135
1136
@app.route(
"/text_status"
)
1137
def
from_text_status():
1138
return
"Hi, status!"
, 400
1139
1140
@app.route(
"/response_headers"
)
1141
def
from_response_headers():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected