Table¶

-
class
Table(elem_list, elem_fmt=None, term_width=None, row_head_str=None, row_head_fmt='%-*s', row_head_width=None, col_head_str=None, col_head_fmt='%*s', col_head_width=None, col_sep=' ', row_sep=' ', col_head_sep=None, border=None)[source]¶ Bases:
object-
DefTermWidth= 80¶
-
PrettyOpts= {'border': '=', 'col_head_sep': '-', 'col_sep': ' |'}¶
-