arctans.core ============ .. py:module:: arctans.core .. autoapi-nested-parse:: Core base classes. Classes ------- .. autoapisummary:: arctans.core.Representable Module Contents --------------- .. py:class:: Representable Bases: :py:obj:`abc.ABC` Object that can be represented as a string or as LaTeX. .. py:method:: __str__() :abstractmethod: .. py:method:: __repr__() :abstractmethod: .. py:method:: __hash__() .. py:method:: as_latex() -> str :abstractmethod: Represent in LaTeX.