|
9 | 9 | "Counter": "class(format=?, **kwargs)", |
10 | 10 | "CurrentTime": "class(format=?, microseconds=?, **kwargs)", |
11 | 11 | "DataSize": "class(variable=?, format=?, unit=?, prefixes=?, **kwargs)", |
12 | | - "DataTransferBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 12 | + "DataTransferBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
13 | 13 | "DoubleExponentialMovingAverage": "class(alpha=?)", |
14 | 14 | "DynamicMessage": "class(name, format=?, width=?, precision=?, **kwargs)", |
15 | 15 | "ETA": "class(format_not_started=?, format_finished=?, format=?, format_zero=?, format_na=?, **kwargs)", |
16 | 16 | "ExponentialMovingAverage": "class(alpha=?)", |
17 | | - "FastProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 17 | + "FastProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
18 | 18 | "FileTransferSpeed": "class(format=?, inverse_format=?, unit=?, prefixes=?, **kwargs)", |
19 | 19 | "FormatCustomText": "class(format, mapping=?, **kwargs)", |
20 | 20 | "FormatLabel": "class(format, **kwargs)", |
|
25 | 25 | "MultiBar": "class(bars=?, fd=?, prepend_label=?, append_label=?, label_format=?, initial_format=?, finished_format=?, update_interval=?, show_initial=?, show_finished=?, remove_finished=?, sort_key=?, sort_reverse=?, sort_keyfunc=?, *, join_timeout=?, **progressbar_kwargs)", |
26 | 26 | "MultiProgressBar": "class(name, markers=?, **kwargs)", |
27 | 27 | "MultiRangeBar": "class(name, markers, **kwargs)", |
28 | | - "NullBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 28 | + "NullBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
29 | 29 | "Percentage": "class(format=?, na=?, **kwargs)", |
30 | 30 | "PercentageLabelBar": "class(format=?, na=?, **kwargs)", |
31 | | - "ProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 31 | + "Postfix": "class(name=?, prefix=?, separator=?, **kwargs)", |
| 32 | + "ProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
32 | 33 | "ReverseBar": "class(marker=?, left=?, right=?, fill=?, fill_left=?, **kwargs)", |
33 | 34 | "RotatingMarker": "class(markers=?, default=?, fill=?, marker_wrap=?, fill_wrap=?, **kwargs)", |
34 | 35 | "SimpleProgress": "class(format=?, **kwargs)", |
35 | 36 | "SmoothingAlgorithm": "class(**kwargs)", |
36 | 37 | "SmoothingETA": "class(smoothing_algorithm=?, smoothing_parameters=?, **kwargs)", |
37 | 38 | "SortKey": "enum(CREATED,LABEL,VALUE,PERCENTAGE)", |
38 | 39 | "Timer": "class(format=?, **kwargs)", |
| 40 | + "UnitProgress": "class(unit=?, unit_scale=?, **kwargs)", |
39 | 41 | "UnknownLength": "class()", |
40 | 42 | "Variable": "class(name, format=?, width=?, precision=?, **kwargs)", |
41 | 43 | "VariableMixin": "class(name, **kwargs)", |
42 | 44 | "__author__": "str", |
43 | 45 | "__version__": "str", |
44 | 46 | "len_color": "callable(value)", |
45 | | - "progressbar": "callable(iterator, min_value=?, max_value=?, widgets=?, prefix=?, suffix=?, fast=?, **kwargs)", |
| 47 | + "progressbar": "callable(iterator, min_value=?, max_value=?, widgets=?, prefix=?, suffix=?, fast=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
46 | 48 | "streams": "StreamWrapper" |
47 | 49 | }, |
48 | 50 | "progressbar.algorithms": { |
|
53 | 55 | "timedelta": "re-export" |
54 | 56 | }, |
55 | 57 | "progressbar.bar": { |
56 | | - "DataTransferBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 58 | + "DataTransferBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
57 | 59 | "DefaultFdMixin": "class(fd=?, is_terminal=?, line_breaks=?, enable_colors=?, line_offset=?, **kwargs)", |
58 | 60 | "FrameType": "re-export", |
59 | | - "NullBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 61 | + "NullBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
60 | 62 | "NumberT": "re-export", |
61 | | - "ProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 63 | + "ProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
62 | 64 | "ProgressBarBase": "class(**kwargs)", |
63 | 65 | "ProgressBarMixinBase": "class(**kwargs)", |
64 | 66 | "ResizableMixin": "class(term_width=?, **kwargs)", |
|
89 | 91 | "is_terminal": "callable(fd, is_terminal=?)" |
90 | 92 | }, |
91 | 93 | "progressbar.fast": { |
92 | | - "FastProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, **kwargs)", |
| 94 | + "Callable": "re-export", |
| 95 | + "FastProgressBar": "class(min_value=?, max_value=?, widgets=?, left_justify=?, initial_value=?, poll_interval=?, widget_kwargs=?, custom_len=?, max_error=?, prefix=?, suffix=?, variables=?, min_poll_interval=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)", |
93 | 96 | "annotations": "_Feature", |
94 | 97 | "datetime": "re-export", |
95 | 98 | "timedelta": "re-export" |
|
104 | 107 | "progressbar.shortcuts": { |
105 | 108 | "T": "type-alias", |
106 | 109 | "annotations": "_Feature", |
107 | | - "progressbar": "callable(iterator, min_value=?, max_value=?, widgets=?, prefix=?, suffix=?, fast=?, **kwargs)" |
| 110 | + "progressbar": "callable(iterator, min_value=?, max_value=?, widgets=?, prefix=?, suffix=?, fast=?, desc=?, total=?, unit=?, unit_scale=?, postfix=?, **kwargs)" |
108 | 111 | }, |
109 | 112 | "progressbar.terminal": { |
110 | 113 | "CLEAR_LINE": "callable()", |
|
128 | 131 | "DOWN": "callable(*args)", |
129 | 132 | "DummyColor": "class()", |
130 | 133 | "ESC": "str", |
| 134 | + "Generator": "re-export", |
131 | 135 | "HIDE_CURSOR": "callable()", |
132 | 136 | "HSL": "class(hue, saturation, lightness)", |
133 | 137 | "Iterable": "re-export", |
|
447 | 451 | "yellow4": "callable(value)" |
448 | 452 | }, |
449 | 453 | "progressbar.terminal.stream": { |
| 454 | + "Generator": "re-export", |
450 | 455 | "Iterable": "re-export", |
451 | 456 | "Iterator": "re-export", |
452 | 457 | "LastLineStream": "class(stream)", |
|
457 | 462 | }, |
458 | 463 | "progressbar.utils": { |
459 | 464 | "AttributeDict": "classsignature-unavailable", |
| 465 | + "Callable": "re-export", |
460 | 466 | "Iterable": "re-export", |
461 | 467 | "Iterator": "re-export", |
| 468 | + "Mapping": "re-export", |
462 | 469 | "StreamWrapper": "class()", |
463 | 470 | "StringT": "type-alias", |
| 471 | + "T": "type-alias", |
464 | 472 | "TracebackType": "re-export", |
465 | 473 | "WrappingIO": "class(target, capturing=?, listeners=?)", |
466 | 474 | "annotations": "_Feature", |
|
487 | 495 | "ColoredMixin": "class()", |
488 | 496 | "Counter": "class(format=?, **kwargs)", |
489 | 497 | "CurrentTime": "class(format=?, microseconds=?, **kwargs)", |
| 498 | + "DEFAULT_UNIT": "object", |
490 | 499 | "Data": "type-alias", |
491 | 500 | "DataSize": "class(variable=?, format=?, unit=?, prefixes=?, **kwargs)", |
492 | 501 | "DynamicMessage": "class(name, format=?, width=?, precision=?, **kwargs)", |
|
507 | 516 | "MultiRangeBar": "class(name, markers, **kwargs)", |
508 | 517 | "Percentage": "class(format=?, na=?, **kwargs)", |
509 | 518 | "PercentageLabelBar": "class(format=?, na=?, **kwargs)", |
| 519 | + "Postfix": "class(name=?, prefix=?, separator=?, **kwargs)", |
510 | 520 | "ReverseBar": "class(marker=?, left=?, right=?, fill=?, fill_left=?, **kwargs)", |
511 | 521 | "RotatingMarker": "class(markers=?, default=?, fill=?, marker_wrap=?, fill_wrap=?, **kwargs)", |
512 | 522 | "SamplesMixin": "class(samples=?, key_prefix=?, **kwargs)", |
|
517 | 527 | "TGradientColors": "type-alias", |
518 | 528 | "TimeSensitiveWidgetBase": "class(*args, fixed_colors=?, gradient_colors=?, **kwargs)", |
519 | 529 | "Timer": "class(format=?, **kwargs)", |
| 530 | + "UNIT_PREFIXES": "tuple", |
| 531 | + "UnitProgress": "class(unit=?, unit_scale=?, **kwargs)", |
520 | 532 | "Variable": "class(name, format=?, width=?, precision=?, **kwargs)", |
521 | 533 | "VariableMixin": "class(name, **kwargs)", |
522 | 534 | "WidgetBase": "class(*args, fixed_colors=?, gradient_colors=?, **kwargs)", |
523 | 535 | "WidthWidgetMixin": "class(min_width=?, max_width=?, **kwargs)", |
524 | 536 | "annotations": "_Feature", |
525 | 537 | "create_marker": "callable(marker, wrap=?)", |
526 | 538 | "create_wrapper": "callable(wrapper)", |
| 539 | + "format_unit_value": "callable(value, unit=?, unit_scale=?)", |
527 | 540 | "logger": "Logger", |
528 | 541 | "string_or_lambda": "callable(input_)", |
529 | 542 | "wrapper": "callable(function, wrapper_)" |
|
0 commit comments