class Traceback:
Method | __init__ |
Undocumented |
Method | filter_hidden_frames |
Remove the frames according to the paste spec. |
Method | log |
Log the ASCII traceback into a file object. |
Method | render_full |
Render the Full HTML page with the traceback info. |
Method | render_summary |
Render the traceback for the interactive console. |
Instance Variable | exc_type |
Undocumented |
Instance Variable | exc_value |
Undocumented |
Instance Variable | exception_type |
Undocumented |
Instance Variable | frames |
Undocumented |
Instance Variable | groups |
Undocumented |
Instance Variable | tb |
Undocumented |
Property | exception |
String representation of the final exception. |
Property | id |
Undocumented |
Property | is_syntax_error |
Is it a syntax error? |
Property | plaintext |
Undocumented |
Undocumented
Parameters | |
exc_type:t.Type[ | Undocumented |
exc_value:BaseException | Undocumented |
tb:TracebackType | Undocumented |
Parameters | |
logfile:t.Optional[ | Undocumented |
Parameters | |
evalex:bool | Undocumented |
secret:t.Optional[ | Undocumented |
evalex_trusted:bool | Undocumented |
Returns | |
str | Undocumented |