Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ from_bytes
Function
from_bytes
tests/test_basic.py:1121–1122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1119
1120
@app.route(
"/bytes"
)
1121
def
from_bytes():
1122
return
"Hällo Wörld"
.encode()
1123
1124
@app.route(
"/full_tuple"
)
1125
def
from_full_tuple():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected