arctans.core

Core base classes.

Classes

Representable

Object that can be represented as a string or as LaTeX.

Module Contents

class arctans.core.Representable

Bases: abc.ABC

Object that can be represented as a string or as LaTeX.

abstractmethod __str__()
abstractmethod __repr__()
__hash__()
abstractmethod as_latex() str

Represent in LaTeX.