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

Function from_list

tests/test_basic.py:1162–1163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1160
1161 @app.route("/list")
1162 def from_list():
1163 return ["foo", "bar"], 201
1164
1165 assert client.get("/text").data == "Hällo Wörld".encode()
1166 assert client.get("/bytes").data == "Hällo Wörld".encode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected