class documentation

class Table(object): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method append​_cell cell_lines is an array of lines
Method append​_separator Append the separator for table head.
Method as​_list Undocumented
Method new​_row Undocumented
Method _minimize​_cell Remove leading and trailing blank and .sp lines
Instance Variable _coldefs Undocumented
Instance Variable _options Undocumented
Instance Variable _rows Undocumented
Instance Variable _tab​_char Undocumented
def __init__(self): (source)

Undocumented

def append_cell(self, cell_lines): (source)
cell_lines is an array of lines
def append_separator(self, separator): (source)
Append the separator for table head.
def as_list(self): (source)

Undocumented

def new_row(self): (source)

Undocumented

def _minimize_cell(self, cell_lines): (source)
Remove leading and trailing blank and .sp lines
_coldefs: list = (source)

Undocumented

_options: list[str] = (source)

Undocumented

_rows: list = (source)

Undocumented

_tab_char: str = (source)

Undocumented