module documentation

Undocumented

Function format_exception_cut_frames Format an exception with traceback, but only the last x frames.
Function save_traceback Save the given exception's traceback in a temporary file.
def format_exception_cut_frames(x=1): (source)

Format an exception with traceback, but only the last x frames.

Parameters
x:intUndocumented
Returns
strUndocumented
def save_traceback(app, exc): (source)

Save the given exception's traceback in a temporary file.

Parameters
app:Sphinx|NoneUndocumented
exc:BaseExceptionUndocumented
Returns
strUndocumented