Path: blob/master/source/python/design_getattribute_example1.rst
1241 views
==================== Getattribute Example ==================== Question -------- Demonstrate `__getattribute__` function. Solution -------- .. literalinclude:: ../../languages/python/design_getattribute_example1.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/design_getattribute_example1.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`design_getattribute_example1.py` * :python-better-explain:`design_getattribute_example1.rst`