Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba2ba94

Browse files
Update tqdm_progress_bar.py
1 parent 41669a3 commit ba2ba94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎tqdm_progress_bar.py‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@
1616
for i in obj: #iterating through object range to start the progress bar
1717
obj.set_description(f'File uploading {i+1}')
1818
sleep(1) # adding manual delay. This can be skipped for real example.
19+
20+
21+
"""
22+
#OUTPUT
23+
24+
File uploading 5:: 100%|██████████| 5/5 [00:05<00:00, 1.01s/it]
25+
26+
"""

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /