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 2a2d0ab commit 6fb5a19Copy full SHA for 6fb5a19
1 file changed
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