{{ fullname | escape | underline}}
{% block attributes %} {% if attributes %} Attributes table ~~~~~~~~~~~~~~~~
{%- endif -%}
{%- endfor %} {% endif %} {% endblock %}
{% block methods %} {% if methods %} Methods table ~~~~~~~~~~~~~~
{%- endfor %} {% endif %} {% endblock %}
{% block attributes_documentation %} {% if attributes %} Attributes ~~~~~~~~~~
{% for item in attributes %} {{ item }} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
{%- endfor %}
{% endif %} {% endblock %}
{% block methods_documentation %} {% if methods %} Methods ~~~~~~~
{% for item in methods %} {%- if item != '__init__' and item not in inherited_members%} {{ item }} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: {{ [objname, item] | join(".") }} {%- endif -%} {%- endfor %}
{% endif %} {% endblock %}