Path: blob/master/source/python/design_stackinspection.rst
1241 views
================ Stack Inspection ================ Question -------- Inspecting the Stack in Python. Solution -------- .. literalinclude:: ../../languages/python/design_stackinspection.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/design_stackinspection.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`design_stackinspection.py` * :python-better-explain:`design_stackinspection.rst`