Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Module debugwindow :: Class DebugWindow |
|
object
--+ |_GObject
--+ | DebugWindow
Method Summary | |
---|---|
Print up to 'limit' stack trace entries from the traceback 'tb'. | |
show_exception(self,
exctype,
value,
tb)
|
Class Variable Summary | |
---|---|
NoneType |
application = None |
Method Details |
---|
print_tb(self, tb, limit=None)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. |
Class Variable Details |
---|
application
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Sep 15 11:53:23 2006 | http://epydoc.sf.net |