Undocumented
Class | Frame |
A single frame in a traceback. |
Class | Group |
A group of frames for an exception in a traceback. If the exception has a __cause__ or __context__, there are multiple exception groups. |
Class | Line |
Helper for the source renderer. |
Class | Traceback |
Wraps a traceback. |
Function | get_current_traceback |
No summary |
Function | render_console_html |
Undocumented |
Constant | CONSOLE_HTML |
Undocumented |
Constant | FOOTER |
Undocumented |
Constant | FRAME_HTML |
Undocumented |
Constant | HEADER |
Undocumented |
Constant | PAGE_HTML |
Undocumented |
Constant | SOURCE_LINE_HTML |
Undocumented |
Constant | SUMMARY_HTML |
Undocumented |
Variable | _coding_re |
Undocumented |
Variable | _funcdef_re |
Undocumented |
Variable | _line_re |
Undocumented |
Traceback
object. Per default
calling this method will reraise system exceptions such as generator exit,
system exit or others. This behavior can be disabled by passing False
to the function as first parameter.Parameters | |
ignore_system_exceptions:bool | Undocumented |
show_hidden_frames:bool | Undocumented |
skip:int | Undocumented |
Returns | |
Traceback | Undocumented |
Undocumented
Parameters | |
secret:str | Undocumented |
evalex_trusted:bool | Undocumented |
Returns | |
str | Undocumented |
Undocumented
Value |
|
str
=
Undocumented
Value |
|
str
=
Undocumented
Value |
|
str
=
Undocumented
Value |
|
Undocumented
Value |
|
str
=
Undocumented
Value |
|