example-code-2e/14-inheritance
2021-08-06 19:51:22 -03:00
..
diamond2.py updates to ch.14 2021-08-06 19:51:22 -03:00
diamond.py updates to ch.14 2021-08-06 19:51:22 -03:00
README.rst updates to ch.14 2021-08-06 19:51:22 -03:00
strkeydict_dictsub.py updated example, thanks to @leorochael 2021-07-30 14:15:38 -03:00
uppermixin.py updates to ch.14 2021-08-06 19:51:22 -03:00

Sample code for Chapter 14 - "Inheritance: for better or for worse"

From the book "Fluent Python, Second Edition" by Luciano Ramalho (O'Reilly, 2021)
https://learning.oreilly.com/library/view/fluent-python-2nd/9781492056348/