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

Function return_array

tests/test_json.py:124–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122
123 @app.route("/array")
124 def return_array():
125 return flask.jsonify(a_list)
126
127 for url in "/args_unpack", "/array":
128 rv = client.get(url)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected