MCPcopy Index your code
hub / github.com/fastapi/fastapi / read_items

Function read_items

tests/test_multi_query_errors.py:9–10  ·  view source on GitHub ↗
(q: list[int] = Query(default=None))

Source from the content-addressed store, hash-verified

7
8@app.get("/items/")
9def read_items(q: list[int] = Query(default=None)):
10 return {"q": q}
11
12
13client = TestClient(app)

Callers

nothing calls this directly

Calls 1

QueryClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…