| Trees | Indices | Help |
|
|---|
|
|
A table is a collection of columns.
This table formats all its cells using proportional text font.
| Nested Classes | |
|
column_class Implementation for text (mostly CLI) tables. |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
deferred_rows = Nonehash(x) |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Writes a row of the table.
Args:
cells: A list of cell contents. Each cell content is a list of lines
in the cell.
|
Format the row into a single Cell spanning all output columns.
Args:
*row: A list of objects to render in the same order as columns are
defined.
Returns:
A single Cell object spanning the entire row.
|
Write the row to the output.
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:31 2017 | http://epydoc.sourceforge.net |