MCPcopy
hub / github.com/pydantic/pydantic / SimpleModel

Class SimpleModel

tests/test_deprecated.py:664–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662
663
664class SimpleModel(BaseModel):
665 x: int
666
667
668def test_dict():

Callers 5

test_dictFunction · 0.70
test_jsonFunction · 0.70
test_json_schemaFunction · 0.70
test_copy_and_set_valuesFunction · 0.70
test_get_valueFunction · 0.70

Calls

no outgoing calls

Tested by 5

test_dictFunction · 0.56
test_jsonFunction · 0.56
test_json_schemaFunction · 0.56
test_copy_and_set_valuesFunction · 0.56
test_get_valueFunction · 0.56