woob.tools.application.formatters.table

class TableFormatter[source]

Bases: IFormatter

HTML = False
flush()[source]
get_formatted_table()[source]
format_cell(cell)[source]
format_dict(item)[source]

Format a dict to be human-readable.

Parameters:

obj (dict) – dict to format

Return type:

str

set_header(string)[source]
class HTMLTableFormatter[source]

Bases: TableFormatter

HTML = True