.-=-. .--.
__ .' '. / " )
_ .' '. / .-. \ / .-'\
( \ / .-. \ / / \ \ / / ^
\ `-` / \ `-' / \ `-` /
jgs`-.-` '.____.' `.____.'
-
python
-
python-reusable-packages
-
Guido approves this Guido is God
-
Acronyms:
- MRO: Method Resolution Order
- DFLR: Depth First Left Right
-
Concepts:
- Diamonds : patters of multiple inheritances <diamonds 3.x is different from 2.x>
- _ : private modules, those not listed on the module's all list
- __ : private class,