MCPcopy
hub / github.com/fastapi/fastapi / Pet

Class Pet

tests/test_jsonable_encoder.py:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class Pet:
24 def __init__(self, owner: Person, name: str):
25 self.owner = owner
26 self.name = name
27
28
29@dataclass

Callers 1

test_encode_classFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_encode_classFunction · 0.68