.. _containers: Containers ========== Currently the following container types are supported: 1. ``ROUNDING_CONTAINER``, #. ``PLAIN_CONTAINER``. --------- Interface --------- .. automodule:: pyzeal.utils.containers.root_container :members: :special-members: :exclude-members: __weakref__, __str__, __subclasshook__ ------------------ Rounding container ------------------ .. automodule:: pyzeal.utils.containers.rounding_container :members: :special-members: :exclude-members: __weakref__, __str__, __subclasshook__ --------------- Plain container --------------- .. automodule:: pyzeal.utils.containers.plain_container :members: :special-members: :exclude-members: __weakref__, __str__, __subclasshook__