MCPcopy
hub / github.com/fastapi/fastapi / Item

Class Item

tests/test_sse.py:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class Item(BaseModel):
15 name: str
16 description: str | None = None
17
18
19items = [

Callers 1

test_sse.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…