Open
Description
I am trying to move from print
to tqdm.write
. However, some of my print
have flush=True
, which is an argument not present in tqdm.write
.
The request is, can tqdm.write
have a flush
argument added?
Searching "flush" in https://tqdm.github.io/, there are no results.
>>> print(tqdm.__version__, sys.version, sys.platform)
4.67.1 3.12.8 (main, Jan 28 2025, 10:06:03) [Clang 16.0.0 (clang-1600.0.26.4)] darwin
Metadata
Metadata
Assignees
Labels
No labels