Skip to content

Commit 6e3ee9f

Browse files
committed
Index
1 parent 250d042 commit 6e3ee9f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

web/index_for_pdf.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ <h3 id="b">B</h3>
2121
<strong>bytes, <a href="#bytes">28</a></strong> </p>
2222
<h3 id="c">C</h3>
2323
<p><strong>cache, <a href="#lrucache">13</a></strong><br>
24-
<strong>csv module, <a href="#csv">26</a>, <a href="#printsacsvfileasanasciitable">34</a></strong><br>
2524
<strong>callable, <a href="#callable">17</a></strong><br>
2625
<strong>class, <a href="#type">4</a>, <a href="#class">14</a>-<a href="#collectionsabcsequence">19</a>, <a href="#metaprograming">31</a>-<a href="#metaclass">32</a></strong><br>
2726
<strong>closure, <a href="#closure">12</a></strong><br>
@@ -35,6 +34,7 @@ <h3 id="c">C</h3>
3534
<strong>copy function, <a href="#copy">15</a></strong><br>
3635
<strong>coroutine, <a href="#coroutine">33</a></strong><br>
3736
<strong>counter, <a href="#counter">2</a>, <a href="#generator">4</a>, <a href="#nonlocal">12</a>, <a href="#iterator-1">17</a></strong><br>
37+
<strong>csv module, <a href="#csv">26</a>, <a href="#printsacsvfileasanasciitable">34</a></strong><br>
3838
<strong>curses module, <a href="#curses">34</a></strong> </p>
3939
<h3 id="d">D</h3>
4040
<p><strong>dataclasses module, <a href="#dataclass">15</a></strong><br>
@@ -84,8 +84,8 @@ <h3 id="m">M</h3>
8484
<strong>map function, <a href="#mapfilterreduce">11</a></strong><br>
8585
<strong>math module, <a href="#math">7</a></strong><br>
8686
<strong>memoryviews, <a href="#memoryview">29</a></strong><br>
87-
<strong>metaprograming, <a href="#metaprograming">31</a>-<a href="#metaclass">32</a></strong><br>
8887
<strong>metaclass attribute, <a href="#metaclassattribute">32</a></strong><br>
88+
<strong>metaprograming, <a href="#metaprograming">31</a>-<a href="#metaclass">32</a></strong><br>
8989
<strong>mysql library, <a href="#mysql">26</a></strong> </p>
9090
<h3 id="n">N</h3>
9191
<p><strong>namedtuples, <a href="#namedtuple">3</a></strong><br>
@@ -94,11 +94,11 @@ <h3 id="n">N</h3>
9494
<h3 id="o">O</h3>
9595
<p><strong>open function, <a href="#open">22</a>-<a href="#file">23</a></strong><br>
9696
<strong>operator module, <a href="#partial">12</a>, <a href="#operator">31</a></strong><br>
97-
<strong>OS commands, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong><br>
97+
<strong>os commands, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong><br>
9898
<strong>os module, <a href="#path">23</a>, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong> </p>
9999
<h3 id="p">P</h3>
100-
<p><strong>pass keyword, <a href="#multipleinheritance">14</a>, <a href="#curses">34</a>, <a href="#basicscripttemplate">42</a></strong><br>
101-
<strong>partial function, <a href="#partial">12</a>, <a href="#functionscannotbevaluessotheymustbewrapped">20</a></strong><br>
100+
<p><strong>partial function, <a href="#partial">12</a>, <a href="#functionscannotbevaluessotheymustbewrapped">20</a></strong><br>
101+
<strong>pass keyword, <a href="#multipleinheritance">14</a>, <a href="#curses">34</a>, <a href="#basicscripttemplate">42</a></strong><br>
102102
<strong>path, <a href="#path">23</a>-<a href="#pathlib">24</a></strong><br>
103103
<strong>pickle module, <a href="#pickle">25</a></strong><br>
104104
<strong>pillow library, <a href="#image">39</a></strong><br>
@@ -117,20 +117,20 @@ <h3 id="r">R</h3>
117117
<strong>regular expressions, <a href="#regex">5</a>-<a href="#specialsequences">6</a></strong><br>
118118
<strong>requests library, <a href="#scraping">35</a>, <a href="#test">36</a></strong> </p>
119119
<h3 id="s">S</h3>
120-
<p><strong>sqlite module, <a href="#sqlite">27</a></strong><br>
121-
<strong>scraping, <a href="#scraping">35</a></strong><br>
120+
<p><strong>scraping, <a href="#scraping">35</a></strong><br>
122121
<strong>sequence, <a href="#type">4</a>, <a href="#sequence">18</a>, <a href="#collectionsabcsequence">19</a></strong><br>
123122
<strong>sets, <a href="#set">2</a>, <a href="#otheruses">11</a></strong><br>
124123
<strong>shell commands, <a href="#shellcommands">25</a></strong><br>
125124
<strong>sleep function, <a href="#progressbar">34</a></strong><br>
126125
<strong>slots attribute, <a href="#slots">15</a></strong><br>
127126
<strong>sortable, <a href="#list">1</a>, <a href="#sortable">16</a></strong><br>
128127
<strong>splat operator, <a href="#splatoperator">10</a>-<a href="#otheruses">11</a></strong><br>
128+
<strong>sqlite module, <a href="#sqlite">27</a></strong><br>
129129
<strong>statistics module, <a href="#statistics">7</a></strong><br>
130130
<strong>strings, <a href="#string">5</a></strong><br>
131131
<strong>struct module, <a href="#struct">28</a>-<a href="#integertypesusecapitalletterforunsignedtypestandardsizesareinbrackets">29</a></strong><br>
132-
<strong>super function, <a href="#inheritance">14</a></strong><br>
133132
<strong>subprocess module, <a href="#usingsubprocess">25</a></strong><br>
133+
<strong>super function, <a href="#inheritance">14</a></strong><br>
134134
<strong>synthesizer, <a href="#synthesizer">41</a></strong><br>
135135
<strong>sys module, <a href="#lrucache">15</a>, <a href="#commonbuiltinexceptions">21</a>, <a href="#print">22</a></strong> </p>
136136
<h3 id="t">T</h3>

web/index_for_pdf_print.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ <h3 id="b">B</h3>
2525
<strong>bytes, 28</strong> </p>
2626
<h3 id="c">C</h3>
2727
<p><strong>cache, 13</strong><br>
28-
<strong>csv module, 26, 34</strong><br>
2928
<strong>callable, 17</strong><br>
3029
<strong>class, 4, 14-19, 31-32</strong><br>
3130
<strong>closure, 12</strong><br>
@@ -39,6 +38,7 @@ <h3 id="c">C</h3>
3938
<strong>copy function, 15</strong><br>
4039
<strong>coroutine, 33</strong><br>
4140
<strong>counter, 2, 4, 12, 17</strong><br>
41+
<strong>csv module, 26, 34</strong><br>
4242
<strong>curses module, 34</strong> </p>
4343
<h3 id="d">D</h3>
4444
<p><strong>dataclasses module, 15</strong><br>
@@ -88,8 +88,8 @@ <h3 id="m">M</h3>
8888
<strong>map function, 11</strong><br>
8989
<strong>math module, 7</strong><br>
9090
<strong>memoryviews, 29</strong><br>
91-
<strong>metaprograming, 31-32</strong><br>
9291
<strong>metaclass attribute, 32</strong><br>
92+
<strong>metaprograming, 31-32</strong><br>
9393
<strong>mysql library, 26</strong> </p>
9494
<h3 id="n">N</h3>
9595
<p><strong>namedtuples, 3</strong><br>
@@ -98,11 +98,11 @@ <h3 id="n">N</h3>
9898
<h3 id="o">O</h3>
9999
<p><strong>open function, 22-23</strong><br>
100100
<strong>operator module, 12, 31</strong><br>
101-
<strong>OS commands, 24-25</strong><br>
101+
<strong>os commands, 24-25</strong><br>
102102
<strong>os module, 23, 24-25</strong> </p>
103103
<h3 id="p">P</h3>
104-
<p><strong>pass keyword, 14, 34, 42</strong><br>
105-
<strong>partial function, 12, 20</strong><br>
104+
<p><strong>partial function, 12, 20</strong><br>
105+
<strong>pass keyword, 14, 34, 42</strong><br>
106106
<strong>path, 23-24</strong><br>
107107
<strong>pickle module, 25</strong><br>
108108
<strong>pillow library, 39</strong><br>
@@ -121,20 +121,20 @@ <h3 id="r">R</h3>
121121
<strong>regular expressions, 5-6</strong><br>
122122
<strong>requests library, 35, 36</strong> </p>
123123
<h3 id="s">S</h3>
124-
<p><strong>sqlite module, 27</strong><br>
125-
<strong>scraping, 35</strong><br>
124+
<p><strong>scraping, 35</strong><br>
126125
<strong>sequence, 4, 18, 19</strong><br>
127126
<strong>sets, 2, 11</strong><br>
128127
<strong>shell commands, 25</strong><br>
129128
<strong>sleep function, 34</strong><br>
130129
<strong>slots attribute, 15</strong><br>
131130
<strong>sortable, 1, 16</strong><br>
132131
<strong>splat operator, 10-11</strong><br>
132+
<strong>sqlite module, 27</strong><br>
133133
<strong>statistics module, 7</strong><br>
134134
<strong>strings, 5</strong><br>
135135
<strong>struct module, 28-29</strong><br>
136-
<strong>super function, 14</strong><br>
137136
<strong>subprocess module, 25</strong><br>
137+
<strong>super function, 14</strong><br>
138138
<strong>synthesizer, 41</strong><br>
139139
<strong>sys module, 15, 21, 22</strong> </p>
140140
<h3 id="t">T</h3>

0 commit comments

Comments
 (0)