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

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
 

Detailed Description

A column containing text.

Constructor & Destructor Documentation

◆ __init__()

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 
)

Member Function Documentation

◆ render()

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.


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