Path: blob/master/source/python/design_object_size.rst
1241 views
=========== Object Size =========== Question -------- Function to determine the size of an object. Solution -------- .. literalinclude:: ../../languages/python/design_object_size.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/design_object_size.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`design_object_size.py` * :python-better-explain:`design_object_size.rst`