{% extends "base.html" %} {% block body %}

Python Builtins Docstrings

Docstring views:

{% if stats|length == 0 %}

No functions viewed!

{% else %} {% for item in stats|sort|reverse %} {% endfor %}
{{ item[0] }}
{% endif %} {% endblock %}