{% extends "base.html" %} {% block head %} {% endblock %} {% block body %}
Full path: {{ func.file }}
Line: {{ func.lineno }}
{% if call.arguments_list %}Arguments:
{{ k }} | {{ v }} |
No arguments
{% endif %}Start time: {{ call.pretty_start_time }}
Result: {% if call.success %} {{ call.result }}
{% else %}{{ call.traceback }}{% endif %}
Code:
{{ func.html_body | safe }}