Table
¶
digraph inheritancea1b29ae1bb {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"Table" [URL="#taurus.console.table.Table",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top"];
}
-
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': ' |'}¶
-