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

Function from_small_tuple

tests/test_basic.py:1218–1219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1216
1217 @app.route("/small_tuple")
1218 def from_small_tuple():
1219 return ("Hello",)
1220
1221 @app.route("/large_tuple")
1222 def from_large_tuple():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected