Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 746 Bytes

File metadata and controls

28 lines (25 loc) · 746 Bytes

{% 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 %}