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