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

Class Model

tests/test_forward_ref.py:580–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579def test_private_attr_annotation_not_evaluated() -> None:
580 class Model(BaseModel):
581 _a: 'UnknownAnnotation'
582
583 assert '_a' in Model.__private_attributes__
584

Calls 2

FieldFunction · 0.90
PlainSerializerClass · 0.90