{% extends "base.html" %} {% block body %} {% if is_ipython %}
Full path: {{ full_path }}
{% endif %} {% from 'info_panel.html' import info_panel %} {% call info_panel() %}Click on a function name to view calls to that function.
Click on the icon to view the most recent call to that function.
{% endcall %}