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

Function from_none

tests/test_basic.py:1214–1215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1212
1213 @app.route("/none")
1214 def from_none():
1215 pass
1216
1217 @app.route("/small_tuple")
1218 def from_small_tuple():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected