Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 757 Bytes

File metadata and controls

26 lines (19 loc) · 757 Bytes

UnitProgress

UnitProgress shows a count against its total with a unit label.

Reach for it when the count needs a unit: "12 of 24 files". unit sets the label and unit_scale enables 1024-based scaling for large counts.

.. autoclass:: progressbar.widgets.UnitProgress
   :members:
   :show-inheritance:
   :no-index:

Example

.. demo:: widgets/unit-progress

See also