Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-sdk-python
/ Child
Class
Child
tests/test_models.py:190–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
189
def
test_repr_nested_model() -> None:
190
class
Child(BaseModel):
191
name: str
192
age: int
193
194
class
Parent(BaseModel):
195
name: str
Callers
1
test_repr_nested_model
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_repr_nested_model
Function · 0.68