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


Public Member Functions | |
| None | __init__ (self, bool binary_units=False, 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 | |
| binary_units | |
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 file size downloaded and total, e.g. '0.5/2.3 GB'.
Args:
binary_units (bool, optional): Use binary units, KiB, MiB etc. Defaults to False.
| None pip._vendor.rich.progress.DownloadColumn.__init__ | ( | self, | |
| bool | binary_units = False, |
||
| Optional[Column] | table_column = None |
||
| ) |
Reimplemented from pip._vendor.rich.progress.ProgressColumn.
| Text pip._vendor.rich.progress.DownloadColumn.render | ( | self, | |
| "Task" | task | ||
| ) |
Calculate common unit for completed and total.
Reimplemented from pip._vendor.rich.progress.ProgressColumn.