dcase_util.ui.FancyHTMLPrinter.row
- FancyHTMLPrinter.row(*args, **kwargs)
Table row
- Parameters
- argsvarious
Data for columns
- indentint
Amount of indention used for the row. If None given, value from previous method call is used.
- widthslist of int
Column widths. If None given, value from previous method call is used.
- typeslist of str
Column data types, see formatted_value method more. If None given, value from previous method call is used.
- separatorslist of bool
Column vertical separators. If None given, value from previous method call is used.
- Returns
- nothing