Inherits From {% for base in class["bases"] if base['name'] != 'object' -%}
{{ base['name'] }}{% if not loop.last -%}, {% endif %}
{%- endfor -%}
{% include "docstring.html" %}
{% endif %} {% if class["functions"] %} <{{ level|heading }}>Functions{{ level|heading }}>