Esempio n. 1
0
def print_modules():
    return html.pre(str(sys.modules))
Esempio n. 2
0
def print_routes():
    return html.pre(str(app.url_map))