OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | Frame |
class | Group |
class | Line |
class | Traceback |
Functions | |
def | render_console_html (secret, evalex_trusted=True) |
def | get_current_traceback (ignore_system_exceptions=False, show_hidden_frames=False, skip=0) |
Variables | |
UTF8_COOKIE | |
system_exceptions | |
HEADER | |
FOOTER | |
PAGE_HTML | |
CONSOLE_HTML | |
SUMMARY_HTML | |
FRAME_HTML | |
SOURCE_LINE_HTML | |
def werkzeug.debug.tbtools.get_current_traceback | ( | ignore_system_exceptions = False , |
|
show_hidden_frames = False , |
|||
skip = 0 |
|||
) |
Get the current exception info as `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.
def werkzeug.debug.tbtools.render_console_html | ( | secret, | |
evalex_trusted = True |
|||
) |
CONSOLE_HTML |
FOOTER |
FRAME_HTML |
HEADER |
PAGE_HTML |
SOURCE_LINE_HTML |
SUMMARY_HTML |
system_exceptions |
UTF8_COOKIE |