MCPcopy
hub / github.com/pydantic/pydantic / Model

Class Model

tests/test_fields.py:50–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 a: int = 1
49
50 class Model(BaseModel):
51 SubModel: SubModel = Field()
52
53
54def test_init_var_field():

Calls 3

FieldFunction · 0.90
ConfigDictClass · 0.90
AfterValidatorClass · 0.90