win32ui.PrintTraceback

PrintTraceback(tb, output)

Prints a traceback using the internal Python mechanism.

Parameters

tb : object

The traceback to print.

output : object

The object to write the traceback to.