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

Class Address

examples/pydantic_usage.py:13–18  ·  view source on GitHub ↗

Address model.

Source from the content-addressed store, hash-verified

11
12# Define Pydantic models
13class Address(BaseModel):
14 """Address model."""
15 street: str
16 city: str
17 state: str
18 zipcode: str
19
20
21class User(BaseModel):

Callers 1

example_nested_modelsFunction · 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…