.. _f-traceexecution: module ``pycode.trace_execution`` ================================= .. inheritance-diagram:: pyquickhelper.pycode.trace_execution Short summary +++++++++++++ module ``pyquickhelper.pycode.trace_execution`` Various function to help investigate an error. :githublink:`%|py|5` Classes +++++++ +-------------------------------------------------------------------------------+-----------------------------+ | class | truncated documentation | +===============================================================================+=============================+ | :class:`ErrorOnPurpose ` | raise to get the call stack | +-------------------------------------------------------------------------------+-----------------------------+ Functions +++++++++ +------------------------------------------------------------------------------+-----------------------------------------------------------------------+ | function | truncated documentation | +==============================================================================+=======================================================================+ | :func:`get_call_stack ` | Returns a string showing the call stack when this function is called. | +------------------------------------------------------------------------------+-----------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pycode.trace_execution :members: :special-members: __init__ :show-inheritance: