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