List

digraph inheritance4d2cd1f2d2 { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "List" [URL="#taurus.console.list.List",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 List(header, header_separator='-', row_separator=None, max_col_width=- 1, text_alignment=34)[source]

Bases: list

HeaderSeparator = '-'
MaxColumnWidth = -1
RowSeparator = None
TextAlignment = 34
append(row)[source]

Append object to the end of the list.

appendRow(row)

Append object to the end of the list.

genOutput()[source]
getHeaderSeparator()[source]
getMaxColumnWidth()[source]
getRowSeparator()[source]
getTextAlignment()[source]
property header_separator
lines()[source]
property max_column_width
putRow(row, idx)[source]
property row_separator
setHeaderSeparator(header_separator)[source]
setMaxColumnWidth(max_col_width)[source]
setRowSeparator(row_separator)[source]
setTextAlignment(text_alignment)[source]
str()[source]
property text_alignment