Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/toonify
/ Address
Class
Address
tests/test_pydantic.py:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
def
test_nested_models(self):
51
""
"Test encoding nested Pydantic models."
""
52
class
Address(BaseModel):
53
street: str
54
city: str
55
zipcode: str
56
57
class
Person(BaseModel):
58
name: str
Callers
1
test_nested_models
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_nested_models
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…