{% extends "base.html" %} {% block body %} {% from 'info_panel.html' import info_panel %} {% call info_panel() %} {% if files %}

Click on a file to view all the functions in that file (some of which may not be listed here).

Click on a function name to view calls to that function.

Click on the icon to view the most recent call to that function.

{% else %}

You haven't traced any functions! Decorate a function with @eye to get started:

from birdseye import eye

@eye
def foo():

Read more documentation here.

{% endif %} {% endcall %} {% endblock %}