{% extends "base.html" %} {% block head %} {% endblock %} {% block body %} {% set typ = func.type %}
Full file path: {{ func.file }}
{% if typ == 'function' %} {# if there are no calls then this may not be the most recent function object #} {% if calls %}Line: {{ func.lineno }}
{% endif %}Start time | {% if typ == 'function' %}Arguments | {% endif %}Result | |
---|---|---|---|
{{ call.state_icon }} | {{ call.pretty_start_time }} | {% if typ == 'function' %}
{% if call.arguments_list %}
|
{% endif %}
{{ call.result }} |
No calls yet. Is the function still running?
{% endif %} {% endblock %}