From c93c7002f34ac95c8c97c578b798856803c82cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 22 Nov 2020 02:21:11 +0100 Subject: [PATCH] Progress bar, index --- README.md | 2 +- index.html | 2 +- parse.js | 2 +- pdf/index_for_pdf.html | 23 ++++++++++++----------- pdf/index_for_pdf_print.html | 23 ++++++++++++----------- 5 files changed, 27 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 8120958..1b159de 100644 --- a/README.md +++ b/README.md @@ -2337,7 +2337,7 @@ Progress Bar >>> from time import sleep >>> for el in tqdm([1, 2, 3], desc='Processing'): ... sleep(1) -Processing: 100%|████████████████████| 3/3 [00:03<00:00, 1.00s/it] +Processing: 100%|████████████████████| 3/3 [00:03<00:00, 1.00s/it] ``` diff --git a/index.html b/index.html index 6d09b8c..0945109 100644 --- a/index.html +++ b/index.html @@ -2041,7 +2041,7 @@ curses.wrapper(main) >>> from time import sleep >>> for el in tqdm([1, 2, 3], desc='Processing'): ... sleep(1) -Processing: 100%|████████████████████| 3/3 [00:03<00:00, 1.00s/it] +Processing: 100%|████████████████████| 3/3 [00:03<00:00, 1.00s/it] diff --git a/parse.js b/parse.js index 5a85cb4..2dc5b20 100755 --- a/parse.js +++ b/parse.js @@ -69,7 +69,7 @@ const PROGRESS_BAR = '>>> from time import sleep\n' + '>>> for el in tqdm([1, 2, 3], desc=\'Processing\'):\n' + '... sleep(1)\n' + - 'Processing: 100%|████████████████████| 3/3 [00:03<00:00, 1.00s/it]\n'; + 'Processing: 100%|████████████████████| 3/3 [00:03<00:00, 1.00s/it]\n'; const PYINSTALLER = '$ pip3 install pyinstaller\n' + diff --git a/pdf/index_for_pdf.html b/pdf/index_for_pdf.html index 0956c50..5806048 100644 --- a/pdf/index_for_pdf.html +++ b/pdf/index_for_pdf.html @@ -7,7 +7,7 @@

abstract base classes, 4, 19
animation, 40, 42-43
argparse module, 22
-arguments, 10, 12
+arguments, 10, 12, 22
arrays, 29, 37-38
asyncio module, 33
audio, 40-41, 42

@@ -21,18 +21,18 @@

cache, 13
callable, 17
class, 4, 14-19, 31-32
-closure, 12
+closure, 12-13
collection, 4, 18, 19
collections module, 2, 3, 4, 19, 29
combinatorics, 8
command line arguments, 22
comparable, 16
comprehensions, 11
-context manager, 17
+context manager, 17, 23, 27, 30
copy function, 15
coroutine, 33
counter, 2, 4, 12, 17
-csv module, 26, 34, 46
+csv, 26, 34, 46
curses module, 33, 34
cython, 49

D

@@ -40,13 +40,13 @@ datetime module, 8-9
decorator, 13
deques, 29
-dictionaries, 2, 11
+dictionaries, 2, 4, 11, 19, 21
duck types, 16-19

E

enum module, 19-20
enumerate function, 3
eval function, 33
-exceptions, 20-21, 23

+exceptions, 20-21, 23, 35

F

files, 23
filter function, 11
@@ -56,16 +56,17 @@ futures, 30

G

generators, 4, 11
-global keyword, 12

+global keyword, 12
+gui, 48

H

-

hashable, 16
-hexadecimal representation, 8

+

hashable, 15, 16
+hexadecimal representation, 7, 8, 28

I

image, 39
-inline, 11-12
+inline, 11-12, 15, 20
input function, 22
introspection, 31
-ints, 4, 7, 8
+ints, 4, 7, 8, 28
is operator, 16
iterable, 4, 18
iterator, 3, 17
diff --git a/pdf/index_for_pdf_print.html b/pdf/index_for_pdf_print.html index 8808ba7..5d2a66d 100644 --- a/pdf/index_for_pdf_print.html +++ b/pdf/index_for_pdf_print.html @@ -7,7 +7,7 @@

abstract base classes, 4, 19
animation, 40, 42-43
argparse module, 22
-arguments, 10, 12
+arguments, 10, 12, 22
arrays, 29, 37-38
asyncio module, 33
audio, 40-41, 42

@@ -21,18 +21,18 @@

cache, 13
callable, 17
class, 4, 14-19, 31-32
-closure, 12
+closure, 12-13
collection, 4, 18, 19
collections module, 2, 3, 4, 19, 29
combinatorics, 8
command line arguments, 22
comparable, 16
comprehensions, 11
-context manager, 17
+context manager, 17, 23, 27, 30
copy function, 15
coroutine, 33
counter, 2, 4, 12, 17
-csv module, 26, 34, 46
+csv, 26, 34, 46
curses module, 33, 34
cython, 49

D

@@ -40,13 +40,13 @@ datetime module, 8-9
decorator, 13
deques, 29
-dictionaries, 2, 11
+dictionaries, 2, 4, 11, 19, 21
duck types, 16-19

E

enum module, 19-20
enumerate function, 3
eval function, 33
-exceptions, 20-21, 23

+exceptions, 20-21, 23, 35

F

files, 23
filter function, 11
@@ -56,16 +56,17 @@ futures, 30

G

generators, 4, 11
-global keyword, 12

+global keyword, 12
+gui, 48

H

-

hashable, 16
-hexadecimal representation, 8

+

hashable, 15, 16
+hexadecimal representation, 7, 8, 28

I

image, 39
-inline, 11-12
+inline, 11-12, 15, 20
input function, 22
introspection, 31
-ints, 4, 7, 8
+ints, 4, 7, 8, 28
is operator, 16
iterable, 4, 18
iterator, 3, 17