blob: c8e9017f6e31cc785bc48d6704452ceb906f4e58 [file]
.. _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__