MCPcopy Create free account
hub / github.com/ScrapeGraphAI/toonify / Person

Class Person

tests/test_pydantic.py:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 zipcode: str
56
57 class Person(BaseModel):
58 name: str
59 age: int
60 address: Address
61
62 person = Person(
63 name='Bob',

Callers 1

test_nested_modelsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_nested_modelsMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…