DEBSOURCES
Skip Quicknav
sources / pydantic / 2.12.5-2 / tests / typechecking / json_schema_examples.py
1234
from pydantic.json_schema import Examples e_good = Examples([]) e_deprecated = Examples({}) # type: ignore[deprecated] # pyright: ignore[reportDeprecated]