@@ -35,6 +35,7 @@ <h3 id="c">C</h3>
35
35
< strong > context manager, < a href ="#contextmanager "> 17</ a > </ strong > < br >
36
36
< strong > copy function, < a href ="#copy "> 15</ a > </ strong > < br >
37
37
< strong > coroutine, < a href ="#coroutine "> 33</ a > </ strong > < br >
38
+ < 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 >
38
39
< strong > curses module, < a href ="#curses "> 34</ a > </ strong > </ p >
39
40
< h3 id ="d "> D</ h3 >
40
41
< p > < strong > dataclass decorator, < a href ="#dataclass "> 15</ a > </ strong > < br >
@@ -56,7 +57,8 @@ <h3 id="f">F</h3>
56
57
< strong > functools module, < a href ="#mapfilterreduce "> 11</ a > , < a href ="#partial "> 12</ a > , < a href ="#decorator "> 13</ a > , < a href ="#sortable "> 16</ a > </ strong > < br >
57
58
< strong > futures, < a href ="#threadpool "> 30</ a > </ strong > </ p >
58
59
< h3 id ="g "> G</ h3 >
59
- < p > < strong > generator, < a href ="#generator "> 4</ a > </ strong > </ p >
60
+ < p > < strong > generator, < a href ="#generator "> 4</ a > </ strong > < br >
61
+ < strong > global keyword, < a href ="#nonlocal "> 12</ a > </ strong > < </ p >
60
62
< h3 id ="h "> H</ h3 >
61
63
< p > < strong > hash function, < a href ="#hashable "> 16</ a > </ strong > < br >
62
64
< strong > hexadecimal representation, < a href ="#binhex "> 8</ a > </ strong > </ p >
@@ -132,6 +134,7 @@ <h3 id="s">S</h3>
132
134
< strong > statistics module, < a href ="#statistics "> 7</ a > </ strong > < br >
133
135
< strong > strings, < a href ="#string "> 5</ a > </ strong > < br >
134
136
< strong > struct module, < a href ="#struct "> 28</ a > </ strong > -< a href ="#integertypesusecapitalletterforunsignedtypestandardsizesareinbrackets "> 29</ a > </ strong > < br >
137
+ < strong > subprocess module, < a href ="#usingsubprocess "> 25</ a > </ strong > < br >
135
138
< strong > synthesizer, < a href ="#synthesizer "> 41</ a > </ strong > < br >
136
139
< strong > sys module, < a href ="#lrucache "> 15</ a > , < a href ="#commonbuiltinexceptions "> 21</ a > , < a href ="#print "> 22</ a > , < a href ="#commandlinearguments "> 22</ a > </ strong > </ p >
137
140
< h3 id ="t "> T</ h3 >
0 commit comments