Package flumotion :: Package extern :: Module exceptiondialog :: Class TracebackViewer
[hide private]

Class TracebackViewer

source code

gtk.ScrolledWindow --+
                     |
                    TracebackViewer

Instance Methods [hide private]
 
__init__(self, excTuple) source code
 
_createUI(self) source code
 
_print(self, line) source code
 
_printFile(self, filename, lineno, name) source code
 
_insertText(self, text, tagName=None) source code
 
_printTraceback(self)
Print up to 'limit' stack trace entries from the traceback 'tb'.
source code
 
_showException(self) source code
 
_getTracebacks(self, limit=None) source code
 
getSummary(self) source code
 
getDescription(self) source code
 
getFilenames(self) source code
Method Details [hide private]

_printTraceback(self)

source code 

Print up to 'limit' stack trace entries from the traceback 'tb'.

If 'limit' is omitted or None, all entries are printed. If 'file' is omitted or None, the output goes to sys.stderr; otherwise 'file' should be an open file or file-like object with a write() method.