Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
pip._vendor.rich.progress.ProgressColumn Class Reference
Inheritance diagram for pip._vendor.rich.progress.ProgressColumn:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich.progress.ProgressColumn:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, Optional[Column] table_column=None)
 
Column get_table_column (self)
 
RenderableType __call__ (self, "Task" task)
 
RenderableType render (self, "Task" task)
 

Static Public Attributes

Optional max_refresh = None
 

Protected Attributes

 _table_column
 

Detailed Description

Base class for a widget to use in progress display.

Member Function Documentation

◆ __call__()

RenderableType pip._vendor.rich.progress.ProgressColumn.__call__ (   self,
"Task"  task 
)
Called by the Progress object to return a renderable for the given task.

Args:
    task (Task): An object containing information regarding the task.

Returns:
    RenderableType: Anything renderable (including str).

◆ get_table_column()

Column pip._vendor.rich.progress.ProgressColumn.get_table_column (   self)
Get a table column, used to build tasks table.

◆ render()

RenderableType pip._vendor.rich.progress.ProgressColumn.render (   self,
"Task"  task 
)

The documentation for this class was generated from the following file: