monotable
stable
  • Introduction, Installation
  • Examples
  • List of format directives
  • List of format function directives
  • Auto-alignment and how to override it
  • Links to License, Docs, Repos, Issues, PYPI page
  • What monotable does not do
  • Recent Changes
  • Contributing and Developing
  • More Examples
  • Quick Links
  • API
  • Subpackage API
    • Class MonoTable
    • MonoTable Class Variables
    • Format Functions
    • Exception and Error Callbacks
    • HR, Vertical Align Constants
  • How to Configure MonoTable
  • Hints
monotable
  • Subpackage API
  • Edit on GitHub

Subpackage API

The information here is useful for configuring and extending the MonoTable class. The most convenient way to use monotable is described by API.

  • Class MonoTable
    • MonoTable
    • MonoTable.__init__()
    • MonoTable.table()
    • MonoTable.bordered_table()
    • MonoTable.row_strings()
    • MonoTable.cotable()
    • MonoTable.cobordered_table()
  • MonoTable Class Variables
    • MonoTable.format_func
    • MonoTable.format_exc_callback
    • MonoTable.default_float_format_spec
    • MonoTable.format_none_as
    • MonoTable.sep
    • MonoTable.separated_guidelines
    • MonoTable.guideline_chars
    • MonoTable.format_func_map
    • MonoTable.more_marker
    • MonoTable.align_spec_chars
    • MonoTable.wrap_spec_char
    • MonoTable.option_spec_delimiters
    • MonoTable.heading_valign
    • MonoTable.cell_valign
    • MonoTable.max_cell_height
    • MonoTable.border_chars
    • MonoTable.hmargin
    • MonoTable.vmargin
  • Format Functions
    • Boolean Values
    • Python Formatting Function Adapters
    • Units Format Functions
    • References
  • Exception and Error Callbacks
    • Exception
    • Format Function Error Callbacks
  • HR, Vertical Align Constants
    • Horizontal Rule
    • Vertical Alignment Constants
Previous Next

© Copyright 2020, 2024, Mark Taylor. Revision 078f9a3e.

Built with Sphinx using a theme provided by Read the Docs.