mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
Merge d9429855ee into 53757bc234
This commit is contained in:
commit
fcf2cc905d
1 changed files with 1 additions and 1 deletions
|
|
@ -1064,7 +1064,7 @@ class Progress(JupyterMixin):
|
|||
Args:
|
||||
console (Console, optional): Optional Console instance. Defaults to an internal Console instance writing to stdout.
|
||||
auto_refresh (bool, optional): Enable auto refresh. If disabled, you will need to call `refresh()`.
|
||||
refresh_per_second (Optional[float], optional): Number of times per second to refresh the progress information or None to use default (10). Defaults to None.
|
||||
refresh_per_second (float, optional): Number of times per second to refresh the progress information. Defaults to 10.
|
||||
speed_estimate_period: (float, optional): Period (in seconds) used to calculate the speed estimate. Defaults to 30.
|
||||
transient: (bool, optional): Clear the progress on exit. Defaults to False.
|
||||
redirect_stdout: (bool, optional): Enable redirection of stdout, so ``print`` may be used. Defaults to True.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue