[121e55]: / docs / _templates / autosummary / class.rst

Download this file

62 lines (46 with data), 1.0 kB

{{ fullname | escape | underline}}

{% block attributes %} {% if attributes %} Attributes table ~~~~~~~~~~~~~~~~~~

{% for item in attributes %}
~{{ fullname }}.{{ item }}

{%- endfor %} {% endif %} {% endblock %}

{% block methods %} {% if methods %} Methods table ~~~~~~~~~~~~~

{% for item in methods %}
{%- if item != '__init__' %} ~{{ fullname }}.{{ item }} {%- endif -%}

{%- endfor %} {% endif %} {% endblock %}

{% block attributes_documentation %} {% if attributes %} Attributes ~~~~~~~~~~~

{% for item in attributes %}

{%- endfor %}

{% endif %} {% endblock %}

{% block methods_documentation %} {% if methods %} Methods ~~~~~~~

{% for item in methods %} {%- if item != '__init__' %}

{%- endif -%} {%- endfor %}

{% endif %} {% endblock %}