OpenQuizz
Une application de gestion des contenus pédagogiques
werkzeug.debug.tbtools Namespace Reference

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
 

Function Documentation

◆ get_current_traceback()

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.

◆ render_console_html()

def werkzeug.debug.tbtools.render_console_html (   secret,
  evalex_trusted = True 
)

Variable Documentation

◆ CONSOLE_HTML

CONSOLE_HTML

◆ FOOTER

FOOTER

◆ FRAME_HTML

FRAME_HTML

◆ HEADER

HEADER

◆ PAGE_HTML

PAGE_HTML

◆ SOURCE_LINE_HTML

SOURCE_LINE_HTML

◆ SUMMARY_HTML

SUMMARY_HTML

◆ system_exceptions

system_exceptions

◆ UTF8_COOKIE

UTF8_COOKIE