uqlm.utils.display.ConditionalBarColumn#
- class uqlm.utils.display.ConditionalBarColumn(bar_width=40, style='bar.back', complete_style='bar.complete', finished_style='bar.finished', pulse_style='bar.pulse', table_column=None)#
Bases:
BarColumn
- __init__(bar_width=40, style='bar.back', complete_style='bar.complete', finished_style='bar.finished', pulse_style='bar.pulse', table_column=None)#
Methods
__init__
([bar_width, style, complete_style, ...])Get a table column, used to build tasks table.
render
(task)Gets a progress bar widget for a task.
Attributes
max_refresh
- get_table_column()#
Get a table column, used to build tasks table.
- Return type:
Column
- render(task)#
Gets a progress bar widget for a task.
References