uqlm.utils.display.ConditionalTextColumn#

class uqlm.utils.display.ConditionalTextColumn(text_format, style='none', justify='left', markup=True, highlighter=None, table_column=None)#

Bases: TextColumn

__init__(text_format, style='none', justify='left', markup=True, highlighter=None, table_column=None)#

Methods

__init__(text_format[, style, justify, ...])

get_table_column()

Get a table column, used to build tasks table.

render(task)

Should return a renderable object.

Attributes

max_refresh

get_table_column()#

Get a table column, used to build tasks table.

Return type:

Column

render(task)#

Should return a renderable object.

References