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

Function return_dict

tests/test_json.py:96–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95 @app.route("/dict")
96 def return_dict():
97 return flask.jsonify(d)
98
99 for url in "/kw", "/dict":
100 rv = client.get(url)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected