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.DownloadColumn Class Reference
Inheritance diagram for pip._vendor.rich.progress.DownloadColumn:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich.progress.DownloadColumn:
Collaboration graph
[legend]

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

None pip._vendor.rich.progress.DownloadColumn.__init__ (   self,
bool   binary_units = False,
Optional[Column]   table_column = None 
)

Member Function Documentation

◆ render()

Text pip._vendor.rich.progress.DownloadColumn.render (   self,
"Task"  task 
)
Calculate common unit for completed and total.

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


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