Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 758 Bytes

api_class.rst

File metadata and controls

25 lines (20 loc) · 758 Bytes

Class MonoTable

.. toctree::
   :maxdepth: 2

.. module:: monotable.table

Links:

:py:meth:`~MonoTable.__init__` :py:meth:`~MonoTable.table` :py:meth:`~MonoTable.bordered_table` :py:meth:`~MonoTable.row_strings` :py:meth:`~MonoTable.cotable` :py:meth:`~MonoTable.cobordered_table` :ref:`Title string syntax<Title string syntax>`, :ref:`Format directive string syntax<Format directive string syntax>`, :ref:`Format directives<format-directives-label>`, :ref:`Auto-alignment<alignment-label>`

.. autoclass:: MonoTable
.. automethod:: MonoTable.__init__
.. automethod:: MonoTable.table
.. automethod:: MonoTable.bordered_table
.. automethod:: MonoTable.row_strings
.. automethod:: MonoTable.cotable
.. automethod:: MonoTable.cobordered_table