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

Public Member Functions

 __init__ (self, bool compact=False, bool elapsed_when_finished=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

 compact
 
 elapsed_when_finished
 

Static Public Attributes

float max_refresh = 0.5
 
- Static Public Attributes inherited from pip._vendor.rich.progress.ProgressColumn
Optional max_refresh = None
 

Additional Inherited Members

- Protected Attributes inherited from pip._vendor.rich.progress.ProgressColumn
 _table_column
 

Detailed Description

Renders estimated time remaining.

Args:
    compact (bool, optional): Render MM:SS when time remaining is less than an hour. Defaults to False.
    elapsed_when_finished (bool, optional): Render time elapsed when the task is finished. Defaults to False.

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.rich.progress.TimeRemainingColumn.__init__ (   self,
bool   compact = False,
bool   elapsed_when_finished = False,
Optional[Column]   table_column = None 
)

Member Function Documentation

◆ render()

Text pip._vendor.rich.progress.TimeRemainingColumn.render (   self,
"Task"  task 
)
Show time remaining.

Reimplemented from pip._vendor.rich.progress.ProgressColumn.


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