![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, str separator="/", Optional[Column] table_column=None) | |
| Text | render (self, "Task" task) |
Public Member Functions inherited from pip._vendor.rich.progress.ProgressColumn | |
| Column | get_table_column (self) |
| RenderableType | __call__ (self, "Task" task) |
Public Attributes | |
| separator | |
Additional Inherited Members | |
Static Public Attributes inherited from pip._vendor.rich.progress.ProgressColumn | |
| Optional | max_refresh = None |
Protected Attributes inherited from pip._vendor.rich.progress.ProgressColumn | |
| _table_column | |
Renders completed count/total, e.g. ' 10/1000'.
Best for bounded tasks with int quantities.
Space pads the completed count so that progress length does not change as task progresses
past powers of 10.
Args:
separator (str, optional): Text to separate completed and total values. Defaults to "/".
| pip._vendor.rich.progress.MofNCompleteColumn.__init__ | ( | self, | |
| str | separator = "/", |
||
| Optional[Column] | table_column = None |
||
| ) |
Reimplemented from pip._vendor.rich.progress.ProgressColumn.
| Text pip._vendor.rich.progress.MofNCompleteColumn.render | ( | self, | |
| "Task" | task | ||
| ) |
Show completed/total.
Reimplemented from pip._vendor.rich.progress.ProgressColumn.