class documentation

class Table(object):

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):

Undocumented

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

Undocumented

def new_row(self):

Undocumented

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

Undocumented

_options: list[str] =

Undocumented

_rows: list =

Undocumented

_tab_char: str =

Undocumented