{% extends "call_base.html" %} {% block body %} {% set typ = func.type %}
Line: {{ func.lineno }}
{% endif %}Full file path: {{ func.file }}
{% if typ == 'function' %} {% if call.arguments_list %}Arguments:
{{ k }} | {{ v }} |
No arguments
{% endif %} {% endif %}Start time: {{ call.pretty_start_time }}
Result: {% if call.success %} {{ call.result }}
{% else %}{{ call.traceback }}{% endif %}
Code:
{% from 'info_panel.html' import info_panel %}