Path: blob/master/source/python/design_restricter_class.rst
1241 views
============================ Restrict an attribute access ============================ Question -------- Restrict the access to an attribute in a class. Solution -------- .. literalinclude:: ../../languages/python/design_restricter_class.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/design_restricter_class.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`design_restricter_class.py` * :python-better-explain:`design_restricter_class.rst`