MCPcopy
hub / github.com/pydantic/pydantic / PydanticExtraInfo

Class PydanticExtraInfo

pydantic/_internal/_fields.py:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45@dataclasses.dataclass(**slots_true) # TODO: make kw_only when we drop support for 3.9.
46class PydanticExtraInfo:
47 # TODO: make use of PEP 747:
48 annotation: Any
49 complete: bool
50
51
52def pydantic_general_metadata(**metadata: Any) -> BaseMetadata:

Callers 2

collect_model_fieldsFunction · 0.85
rebuild_model_fieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected