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

Class Item

tests/test_jsonable_encoder.py:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29@dataclass
30class Item:
31 name: str
32 count: int
33
34
35class DictablePerson(Person):

Callers 1

test_encode_dataclassFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_encode_dataclassFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…