| Trees | Indices | Help |
|
|---|
|
|
A Cell represents a single entry in a table.
Cells always have a fixed number of characters in width and may have arbitrary number of characters (lines) for a height.
The TextTable consists of an array of Cells:
Cell Cell Cell Cell <----- Headers. Cell Cell Cell Cell <----- Table rows.
The ObjectRenderer is responsible for turning an arbitrary object into a Cell object.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
width_explicit = False
|
|
mode =
|
|
| Properties | |
| lines | |
| width | |
| height | |
| align | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Property Details |
lines
|
width
|
height
|
align
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:31 2017 | http://epydoc.sourceforge.net |