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


Public Member Functions | |
| None | __init__ (self, str text_format, StyleType style="none", JustifyMethod justify="left", bool markup=True, Optional[Highlighter] highlighter=None, 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 | |
| text_format | |
| style | |
| markup | |
| highlighter | |
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 | |
A column containing text.
| None pip._vendor.rich.progress.TextColumn.__init__ | ( | self, | |
| str | text_format, | ||
| StyleType | style = "none", |
||
| JustifyMethod | justify = "left", |
||
| bool | markup = True, |
||
| Optional[Highlighter] | highlighter = None, |
||
| Optional[Column] | table_column = None |
||
| ) |
Reimplemented from pip._vendor.rich.progress.ProgressColumn.
| Text pip._vendor.rich.progress.TextColumn.render | ( | self, | |
| "Task" | task | ||
| ) |
Should return a renderable object.
Reimplemented from pip._vendor.rich.progress.ProgressColumn.
Reimplemented in pip._vendor.rich.progress.TaskProgressColumn.