{{ fullname | escape | underline}}
{% block attributes %} {% if attributes %} Attributes table ~~~~~~~~~~~~~~~~~~
{%- 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__' %} {{ item }} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
{%- endif -%} {%- endfor %}
{% endif %} {% endblock %}