MCPcopy 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
189def 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_modelFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_repr_nested_modelFunction · 0.68