{% import traceback %} {% import sys %} {% import os %} {% import tornado %} {% set type, value, tback = sys.exc_info() %}
on line {{ line }} of {{ method }} in {{ os.path.basename(filepath) }} |
File: {{ filepath }} |
{% set extension = os.path.splitext(filepath)[1][1:] %}
{% if extension in ['py', 'html', 'htm'] %}
{{ escape(get_snippet(filepath, line, 10)) }}{% else %} Cannot load file, type not supported. {% end %} |
on line {{ line }} of {{ method }} in {{ os.path.basename(filepath) }} |
File: {{ filepath }} |
{% set extension = os.path.splitext(filepath)[1][1:] %}
{% if extension in ['py', 'html', 'htm'] %}
{{ escape(get_snippet(filepath, line, 10)) }}{% else %} Cannot load file, type not supported. {% end %} |
{{ hk }} | {{ hv }} |
{{ hk }} | {{ hv }} |
Tornado v{{ tornado.version }}