Dialog to show uncaught exceptions.
This dialog shows information about uncaught exceptions and also save
the traceback to a file.
|
|
__init__(self)
|
|
__setup_gui__(self)
|
|
__setup_text__(self)
|
|
show_exception(self,
exctype,
value,
tb)
|
|
save_exception(self,
exctype,
value,
tb)
|
|
print_tb(self,
tb,
limit=None)
|
|
_insert_text(self,
text,
*tags)
|
|
_print_file(self,
filename,
lineno,
name)
|
|
_start_debugger(self)
|
|
run(self,
error=None)
|
:
__repr__ ,
__str__
:
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|