| .. _statetypingref: | |
| ====== | |
| Typing | |
| ====== | |
| Reference on the State typing API. Note that docs here are for both core burr and the pydantic plugin | |
| (which does the interesting typing). For an overview, read :ref:`statetyping`. | |
| .. autoclass:: burr.core.typing.TypingSystem | |
| :members: | |
| .. automethod:: __init__ | |
| .. autoclass:: burr.integrations.pydantic.PydanticTypingSystem | |
| :members: | |
| .. automethod:: __init__ |