pylupnt.ProgressBar¶
- class pylupnt.ProgressBar¶
- finish(self: pylupnt._pylupnt.ProgressBar) None¶
- is_done(self: pylupnt._pylupnt.ProgressBar) bool¶
- reset(self: pylupnt._pylupnt.ProgressBar) None¶
- set_description(self: pylupnt._pylupnt.ProgressBar, description: str) None¶
- set_leave(self: pylupnt._pylupnt.ProgressBar, leave: bool) None¶
- set_max_update_freq(self: pylupnt._pylupnt.ProgressBar, max_update_freq: SupportsFloat | SupportsIndex) None¶
- set_width(self: pylupnt._pylupnt.ProgressBar, width: SupportsInt | SupportsIndex) None¶
- update(*args, **kwargs)¶
Overloaded function.
update(self: pylupnt._pylupnt.ProgressBar) -> None
update(self: pylupnt._pylupnt.ProgressBar, value: typing.SupportsInt | typing.SupportsIndex) -> None