We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fa9f2 commit 9b6f365Copy full SHA for 9b6f365
progressbar/bar.py
@@ -1,3 +1,10 @@
1
+"""
2
+This module provides core classes and mixins for rendering progress bars.
3
+
4
+It includes the main `ProgressBar` class and mixins for handling file descriptors,
5
+resizing, and standard output redirection. It also defines base classes for progress
6
+bar implementations and utility functions for formatting the progress bar display.
7
8
from __future__ import annotations
9
10
import abc
0 commit comments