◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
exc_type, |
|
|
|
exc_value, |
|
|
|
tb |
|
) |
| |
◆ exception()
String representation of the final exception.
◆ filter_hidden_frames()
def filter_hidden_frames |
( |
|
self | ) |
|
Remove the frames according to the paste spec.
◆ id()
◆ is_syntax_error()
def is_syntax_error |
( |
|
self | ) |
|
◆ log()
def log |
( |
|
self, |
|
|
|
logfile = None |
|
) |
| |
Log the ASCII traceback into a file object.
◆ paste()
Create a paste and return the paste id.
◆ plaintext()
◆ render_full()
def render_full |
( |
|
self, |
|
|
|
evalex = False , |
|
|
|
secret = None , |
|
|
|
evalex_trusted = True |
|
) |
| |
Render the Full HTML page with the traceback info.
◆ render_summary()
def render_summary |
( |
|
self, |
|
|
|
include_title = True |
|
) |
| |
Render the traceback for the interactive console.
◆ exc_type
◆ exc_value
◆ exception_type
◆ frames
◆ groups
◆ tb
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/werkzeug/debug/tbtools.py