{% extends "!autosummary/class.rst" %}
{% block methods %} {% if methods %}
{% endif %} {% endblock %}
{% block attributes %} {% if attributes %}
{{ _('Attributes') }}
.. autosummary:: :toctree:
- {% for item in all_attributes %}
- {%- if not item.startswith('_') %} ~{{ name }}.{{ item }} {%- endif -%}
{%- endfor %}
{% endif %} {% endblock %}