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

Function from_large_tuple

tests/test_basic.py:1222–1223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1220
1221 @app.route("/large_tuple")
1222 def from_large_tuple():
1223 return "Hello", 234, {"X-Foo": "Bar"}, "???"
1224
1225 @app.route("/bad_type")
1226 def from_bad_type():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected