8000 Supporting `flush` arg in `tqdm.write` to make drop-in replacement for `print` · Issue #1651 · tqdm/tqdm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Supporting flush arg in tqdm.write to make drop-in replacement for print #1651
Open
@jamesbraza

Description

@jamesbraza

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0