Dialog to show uncaught exceptions.
This dialog shows information about uncaught exceptions and also save
the traceback to a file.
| Method Summary |
| |
__init__(self)
|
| |
__setup_gui__(self)
|
| |
__setup_text__(self)
|
| |
_insert_text(self,
text,
*tags)
|
| |
_print_file(self,
filename,
lineno,
name)
|
| |
_start_debugger(self)
|
| |
except_hook(exctype,
value,
tb)
(Static method)
|
| |
print_tb(self,
tb,
limit)
|
| |
run(self,
error)
|
| |
save_exception(self,
exctype,
value,
tb)
|
| |
show_exception(self,
exctype,
value,
tb)
|
| Inherited from _EGObject |
| |
__repr__(self)
|
| |
__str__(self)
|
| Inherited from AutoGenId |
| |
__get_id__(classobj)
(Class method)
|
| Inherited from object |
| |
__delattr__(...)
x.__delattr__('name') <==> del x.name |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__hash__(x)
x.__hash__() <==> hash(x) |
| |
__new__(T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
| |
__reduce__(...)
helper for pickle |
| |
__reduce_ex__(...)
helper for pickle |
| |
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |