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

Function from_dict

tests/test_basic.py:1158–1159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1156
1157 @app.route("/dict")
1158 def from_dict():
1159 return {"foo": "bar"}, 201
1160
1161 @app.route("/list")
1162 def from_list():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected