-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgenindex.html
More file actions
712 lines (651 loc) · 27.7 KB
/
genindex.html
File metadata and controls
712 lines (651 loc) · 27.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index — Object-oriented Programming documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/fenics.css?v=8c7d05f9" />
<link rel="stylesheet" type="text/css" href="_static/proof.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/proof.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0EFVH5C4DC');
</script>
<link rel="stylesheet" href="_static/featured.css">
<link rel="shortcut icon" href="_static/icon.ico" />
</head><body>
<div class="wrapper">
<a href="index.html"><img src="_static/banner.png" width="900px" alt="FInAT Project Banner" /></a>
<div id="access">
<div class="menu">
<ul>
<li class="page_item"><a href="index.html" title="Book">Book</a></li>
<li class="page_item"><a href="videos.html" title="Videos">Videos</a></li>
<li class="page_item"><a href="exercises.html"
title="Exercises">Exercises</a></li>
<li class="page_item"><a href="installation.html" title="Installation">Installation</a></li>
</ul>
</div><!-- .menu -->
</div><!-- #access -->
</div><!-- #wrapper -->
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#A"><strong>A</strong></a>
| <a href="#B"><strong>B</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#D"><strong>D</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#F"><strong>F</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#H"><strong>H</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#L"><strong>L</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#O"><strong>O</strong></a>
| <a href="#P"><strong>P</strong></a>
| <a href="#Q"><strong>Q</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#S"><strong>S</strong></a>
| <a href="#T"><strong>T</strong></a>
| <a href="#V"><strong>V</strong></a>
| <a href="#W"><strong>W</strong></a>
</div>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.simple_classes.a">a (class in example_code.simple_classes)</a>
</li>
<li><a href="10_further_object-oriented_features.html#term-abstract-base-class"><strong>abstract base class</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-abstract-data-type"><strong>abstract data type</strong></a>
</li>
<li><a href="10_further_object-oriented_features.html#term-abstract-method"><strong>abstract method</strong></a>
</li>
<li><a href="3_objects.html#term-abstraction"><strong>abstraction</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.addable.Addable">Addable (class in example_code.addable)</a>
</li>
<li><a href="5_abstract_data_types.html#term-algorithmic-complexity"><strong>algorithmic complexity</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-amortised-complexity"><strong>amortised complexity</strong></a>
</li>
<li><a href="example_code.html#example_code.shapes.Rectangle.area">area() (example_code.shapes.Rectangle method)</a>
</li>
<li><a href="3_objects.html#term-attribute"><strong>attribute</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="B">B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="6_exceptions.html#term-back-trace"><strong>back trace</strong></a>
</li>
<li><a href="4_style.html#term-block-comment"><strong>block comment</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="8_debugging.html#term-breakpoint"><strong>breakpoint</strong></a>
</li>
<li><a href="example_code.html#example_code.linked_list.byte_size">byte_size() (in module example_code.linked_list)</a>
</li>
</ul></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.simple_classes.a.c">c() (example_code.simple_classes.a method)</a>
</li>
<li><a href="6_exceptions.html#term-call-stack"><strong>call stack</strong></a>
</li>
<li><a href="7_inheritance.html#term-child-class"><strong>child class</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-child-node"><strong>child node</strong></a>
</li>
<li><a href="3_objects.html#term-class"><strong>class</strong></a>
</li>
<li><a href="7_inheritance.html#term-class-attribute"><strong>class attribute</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="10_further_object-oriented_features.html#term-class-method"><strong>class method</strong></a>
</li>
<li><a href="7_inheritance.html#term-composition"><strong>composition</strong></a>
</li>
<li><a href="3_objects.html#term-concatenation"><strong>concatenation</strong></a>
</li>
<li><a href="3_objects.html#term-constructor"><strong>constructor</strong></a>
</li>
<li><a href="example_code.html#example_code.groups.CyclicGroup">CyclicGroup (class in example_code.groups)</a>
<ul>
<li><a href="example_code.html#example_code.groups_abc.CyclicGroup">(class in example_code.groups_abc)</a>
</li>
<li><a href="example_code.html#example_code.groups_basic.CyclicGroup">(class in example_code.groups_basic)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.simple_classes.d">d (in module example_code.simple_classes)</a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-DAG"><strong>DAG</strong></a>
</li>
<li><a href="3_objects.html#term-data-attribute"><strong>data attribute</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-data-structure"><strong>data structure</strong></a>
</li>
<li><a href="8_debugging.html#term-debugger"><strong>debugger</strong></a>
</li>
<li><a href="10_further_object-oriented_features.html#term-decorator"><strong>decorator</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.polynomial.Polynomial.degree">degree() (example_code.polynomial.Polynomial method)</a>
</li>
<li><a href="7_inheritance.html#term-delegation"><strong>delegation</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-deque"><strong>deque</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-directed-acyclic-graph"><strong>directed acyclic graph</strong></a>
</li>
<li><a href="4_style.html#term-docstring"><strong>docstring</strong></a>
</li>
<li><a href="10_further_object-oriented_features.html#term-duck-typing"><strong>duck typing</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-dynamic-array"><strong>dynamic array</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-edge"><strong>edge</strong></a>
</li>
<li><a href="example_code.html#example_code.groups.Element">Element (class in example_code.groups)</a>
<ul>
<li><a href="example_code.html#example_code.groups_abc.Element">(class in example_code.groups_abc)</a>
</li>
<li><a href="example_code.html#example_code.groups_basic.Element">(class in example_code.groups_basic)</a>
</li>
</ul></li>
<li><a href="3_objects.html#term-encapsulation"><strong>encapsulation</strong></a>
</li>
<li><a href="example_code.html#example_code.expression_tools.evaluate">evaluate() (in module example_code.expression_tools)</a>
</li>
<li>
example_code
<ul>
<li><a href="example_code.html#module-example_code">module</a>
</li>
</ul></li>
<li>
example_code.addable
<ul>
<li><a href="example_code.html#module-example_code.addable">module</a>
</li>
</ul></li>
<li>
example_code.euclid
<ul>
<li><a href="example_code.html#module-example_code.euclid">module</a>
</li>
</ul></li>
<li>
example_code.expression_tools
<ul>
<li><a href="example_code.html#module-example_code.expression_tools">module</a>
</li>
</ul></li>
<li>
example_code.graphs
<ul>
<li><a href="example_code.html#module-example_code.graphs">module</a>
</li>
</ul></li>
<li>
example_code.groups
<ul>
<li><a href="example_code.html#module-example_code.groups">module</a>
</li>
</ul></li>
<li>
example_code.groups_abc
<ul>
<li><a href="example_code.html#module-example_code.groups_abc">module</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
example_code.groups_basic
<ul>
<li><a href="example_code.html#module-example_code.groups_basic">module</a>
</li>
</ul></li>
<li>
example_code.hello
<ul>
<li><a href="example_code.html#module-example_code.hello">module</a>
</li>
</ul></li>
<li>
example_code.linked_list
<ul>
<li><a href="example_code.html#module-example_code.linked_list">module</a>
</li>
</ul></li>
<li>
example_code.polynomial
<ul>
<li><a href="example_code.html#module-example_code.polynomial">module</a>
</li>
</ul></li>
<li>
example_code.shapes
<ul>
<li><a href="example_code.html#module-example_code.shapes">module</a>
</li>
</ul></li>
<li>
example_code.simple_classes
<ul>
<li><a href="example_code.html#module-example_code.simple_classes">module</a>
</li>
</ul></li>
<li>
example_code.square
<ul>
<li><a href="example_code.html#module-example_code.square">module</a>
</li>
</ul></li>
<li>
example_code.try_except
<ul>
<li><a href="example_code.html#module-example_code.try_except">module</a>
</li>
</ul></li>
<li><a href="example_code.html#example_code.try_except.except_demo">except_demo() (in module example_code.try_except)</a>
</li>
<li><a href="6_exceptions.html#term-exception"><strong>exception</strong></a>
</li>
<li><a href="6_exceptions.html#term-execution-stack"><strong>execution stack</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="fibonacci.html#fibonacci.fibonacci.fib">fib() (in module fibonacci.fibonacci)</a>
</li>
<li>
fibonacci
<ul>
<li><a href="fibonacci.html#module-fibonacci">module</a>
</li>
</ul></li>
<li>
fibonacci.fibonacci
<ul>
<li><a href="fibonacci.html#module-fibonacci.fibonacci">module</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
fibonacci.typesafe_fibonacci
<ul>
<li><a href="fibonacci.html#module-fibonacci.typesafe_fibonacci">module</a>
</li>
</ul></li>
<li><a href="5_abstract_data_types.html#term-FIFO-first-in-first-out"><strong>FIFO (first in, first out)</strong></a>
</li>
<li><a href="4_style.html#term-function-signature"><strong>function signature</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.simple_classes.g">g() (in module example_code.simple_classes)</a>
</li>
<li><a href="example_code.html#example_code.euclid.gcd">gcd() (in module example_code.euclid)</a>
</li>
<li><a href="example_code.html#example_code.groups.GeneralLinearGroup">GeneralLinearGroup (class in example_code.groups)</a>
<ul>
<li><a href="example_code.html#example_code.groups_abc.GeneralLinearGroup">(class in example_code.groups_abc)</a>
</li>
<li><a href="example_code.html#example_code.groups_basic.GeneralLinearGroup">(class in example_code.groups_basic)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-graph"><strong>graph</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-graph-visitor"><strong>graph visitor</strong></a>
</li>
<li><a href="example_code.html#example_code.groups.Group">Group (class in example_code.groups)</a>
<ul>
<li><a href="example_code.html#example_code.groups_abc.Group">(class in example_code.groups_abc)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="H">H</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="10_further_object-oriented_features.html#term-higher-order-function"><strong>higher order function</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="1_introduction.html#term-IDE"><strong>IDE</strong></a>
</li>
<li><a href="3_objects.html#term-infix-operator"><strong>infix operator</strong></a>
</li>
<li><a href="7_inheritance.html#term-inheritance"><strong>inheritance</strong></a>
</li>
<li><a href="4_style.html#term-inline-comment"><strong>inline comment</strong></a>
</li>
<li><a href="example_code.html#example_code.linked_list.Link.insert">insert() (example_code.linked_list.Link method)</a>
</li>
<li><a href="3_objects.html#term-instance"><strong>instance</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="3_objects.html#term-instance-method"><strong>instance method</strong></a>
</li>
<li><a href="3_objects.html#term-instantiate"><strong>instantiate</strong></a>
</li>
<li><a href="1_introduction.html#term-integrated-development-environment"><strong>integrated development environment</strong></a>
</li>
<li><a href="6_exceptions.html#term-interpreter-stack"><strong>interpreter stack</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-introspection"><strong>introspection</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-iterable"><strong>iterable</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-iterator"><strong>iterator</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="L">L</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-leaf-node"><strong>leaf node</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-LIFO-last-in-first-out"><strong>LIFO (last in, first out)</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.linked_list.Link">Link (class in example_code.linked_list)</a>
</li>
<li><a href="example_code.html#example_code.linked_list.LinkIterator">LinkIterator (class in example_code.linked_list)</a>
</li>
</ul></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="3_objects.html#term-magic-method"><strong>magic method</strong></a>
</li>
<li><a href="3_objects.html#term-method"><strong>method</strong></a>
</li>
<li><a href="10_further_object-oriented_features.html#term-method-resolution-order"><strong>method resolution order</strong></a>
</li>
<li><a href="8_debugging.html#term-minimal-failing-example"><strong>minimal failing example</strong></a>
</li>
<li><a href="4_style.html#term-modularity"><strong>modularity</strong></a>
</li>
<li><a href="2_programs_in_files.html#term-module"><strong>module</strong></a>
<ul>
<li><a href="example_code.html#module-example_code">example_code</a>
</li>
<li><a href="example_code.html#module-example_code.addable">example_code.addable</a>
</li>
<li><a href="example_code.html#module-example_code.euclid">example_code.euclid</a>
</li>
<li><a href="example_code.html#module-example_code.expression_tools">example_code.expression_tools</a>
</li>
<li><a href="example_code.html#module-example_code.graphs">example_code.graphs</a>
</li>
<li><a href="example_code.html#module-example_code.groups">example_code.groups</a>
</li>
<li><a href="example_code.html#module-example_code.groups_abc">example_code.groups_abc</a>
</li>
<li><a href="example_code.html#module-example_code.groups_basic">example_code.groups_basic</a>
</li>
<li><a href="example_code.html#module-example_code.hello">example_code.hello</a>
</li>
<li><a href="example_code.html#module-example_code.linked_list">example_code.linked_list</a>
</li>
<li><a href="example_code.html#module-example_code.polynomial">example_code.polynomial</a>
</li>
<li><a href="example_code.html#module-example_code.shapes">example_code.shapes</a>
</li>
<li><a href="example_code.html#module-example_code.simple_classes">example_code.simple_classes</a>
</li>
<li><a href="example_code.html#module-example_code.square">example_code.square</a>
</li>
<li><a href="example_code.html#module-example_code.try_except">example_code.try_except</a>
</li>
<li><a href="fibonacci.html#module-fibonacci">fibonacci</a>
</li>
<li><a href="fibonacci.html#module-fibonacci.fibonacci">fibonacci.fibonacci</a>
</li>
<li><a href="fibonacci.html#module-fibonacci.typesafe_fibonacci">fibonacci.typesafe_fibonacci</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="10_further_object-oriented_features.html#term-MRO"><strong>MRO</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="N">N</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="2_programs_in_files.html#term-namespace"><strong>namespace</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="O">O</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="3_objects.html#term-operands"><strong>operands</strong></a>
</li>
<li><a href="example_code.html#example_code.groups.CyclicGroup.operation">operation() (example_code.groups.CyclicGroup method)</a>
<ul>
<li><a href="example_code.html#example_code.groups.GeneralLinearGroup.operation">(example_code.groups.GeneralLinearGroup method)</a>
</li>
<li><a href="example_code.html#example_code.groups_abc.CyclicGroup.operation">(example_code.groups_abc.CyclicGroup method)</a>
</li>
<li><a href="example_code.html#example_code.groups_abc.GeneralLinearGroup.operation">(example_code.groups_abc.GeneralLinearGroup method)</a>
</li>
<li><a href="example_code.html#example_code.groups_abc.Group.operation">(example_code.groups_abc.Group method)</a>
</li>
<li><a href="example_code.html#example_code.groups_basic.CyclicGroup.operation">(example_code.groups_basic.CyclicGroup method)</a>
</li>
<li><a href="example_code.html#example_code.groups_basic.GeneralLinearGroup.operation">(example_code.groups_basic.GeneralLinearGroup method)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="2_programs_in_files.html#term-package"><strong>package</strong></a>
</li>
<li><a href="7_inheritance.html#term-parent-class"><strong>parent class</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-parent-node"><strong>parent node</strong></a>
</li>
<li><a href="4_style.html#term-parsimony"><strong>parsimony</strong></a>
</li>
<li><a href="example_code.html#example_code.polynomial.Polynomial">Polynomial (class in example_code.polynomial)</a>
</li>
<li><a href="8_debugging.html#term-postmortem-debugging"><strong>postmortem debugging</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-postorder-traversal"><strong>postorder traversal</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.expression_tools.postvisitor">postvisitor() (in module example_code.expression_tools)</a>
<ul>
<li><a href="example_code.html#example_code.graphs.postvisitor">(in module example_code.graphs)</a>
</li>
</ul></li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-preorder-traversal"><strong>preorder traversal</strong></a>
</li>
<li><a href="example_code.html#example_code.graphs.previsitor">previsitor() (in module example_code.graphs)</a>
</li>
<li><a href="2_programs_in_files.html#term-program"><strong>program</strong></a>
</li>
<li><a href="3_objects.html#term-pseudocode"><strong>pseudocode</strong></a>
</li>
<li><a href="2_programs_in_files.html#term-Python-interpreter"><strong>Python interpreter</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="Q">Q</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="5_abstract_data_types.html#term-queue"><strong>queue</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.shapes.Rectangle">Rectangle (class in example_code.shapes)</a>
</li>
<li><a href="8_debugging.html#term-regression"><strong>regression</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="5_abstract_data_types.html#term-ring-buffer"><strong>ring buffer</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-root-node"><strong>root node</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="2_programs_in_files.html#term-scope"><strong>scope</strong></a>
</li>
<li><a href="2_programs_in_files.html#term-script"><strong>script</strong></a>
</li>
<li><a href="5_abstract_data_types.html#term-separation-of-concerns"><strong>separation of concerns</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-single-dispatch-function"><strong>single dispatch function</strong></a>
</li>
<li><a href="3_objects.html#term-special-method"><strong>special method</strong></a>
</li>
<li><a href="example_code.html#example_code.shapes.Square">Square (class in example_code.shapes)</a>
</li>
<li><a href="example_code.html#example_code.square.square">square() (in module example_code.square)</a>
</li>
<li><a href="5_abstract_data_types.html#term-stack"><strong>stack</strong></a>
</li>
<li><a href="6_exceptions.html#term-stack-frame"><strong>stack frame</strong></a>
</li>
<li><a href="6_exceptions.html#term-stack-trace"><strong>stack trace</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="7_inheritance.html#term-subclass"><strong>subclass</strong></a>
</li>
<li><a href="7_inheritance.html#term-superclass"><strong>superclass</strong></a>
</li>
<li><a href="example_code.html#example_code.groups.CyclicGroup.symbol">symbol (example_code.groups.CyclicGroup attribute)</a>
<ul>
<li><a href="example_code.html#example_code.groups.GeneralLinearGroup.symbol">(example_code.groups.GeneralLinearGroup attribute)</a>
</li>
<li><a href="example_code.html#example_code.groups_abc.CyclicGroup.symbol">(example_code.groups_abc.CyclicGroup attribute)</a>
</li>
<li><a href="example_code.html#example_code.groups_abc.GeneralLinearGroup.symbol">(example_code.groups_abc.GeneralLinearGroup attribute)</a>
</li>
<li><a href="example_code.html#example_code.groups_abc.Group.symbol">(example_code.groups_abc.Group property)</a>
</li>
</ul></li>
<li><a href="10_further_object-oriented_features.html#term-syntactic-sugar"><strong>syntactic sugar</strong></a>
</li>
<li><a href="6_exceptions.html#term-syntax"><strong>syntax</strong></a>
</li>
<li><a href="6_exceptions.html#term-syntax-error"><strong>syntax error</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="T">T</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="6_exceptions.html#term-traceback"><strong>traceback</strong></a>
</li>
<li><a href="9_trees_and_directed_acyclic_graphs.html#term-tree"><strong>tree</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example_code.html#example_code.graphs.TreeNode">TreeNode (class in example_code.graphs)</a>
</li>
<li><a href="3_objects.html#term-type"><strong>type</strong></a>
</li>
<li><a href="fibonacci.html#fibonacci.typesafe_fibonacci.typesafe_fib">typesafe_fib() (in module fibonacci.typesafe_fibonacci)</a>
</li>
</ul></td>
</tr></table>
<h2 id="V">V</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="1_introduction.html#term-venv"><strong>venv</strong></a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="1_introduction.html#term-virtual-environment"><strong>virtual environment</strong></a>
</li>
<li><a href="10_further_object-oriented_features.html#term-virtual-subclass"><strong>virtual subclass</strong></a>
</li>
</ul></td>
</tr></table>
<h2 id="W">W</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="5_abstract_data_types.html#term-worst-case-complexity"><strong>worst case complexity</strong></a>
</li>
</ul></td>
</tr></table>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2019-2023, David A. Ham.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
</div>
</body>
</html>