[e5f1db]: / docs / _templates / autosummary / class.rst

Download this file

66 lines (50 with data), 1.2 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 %} {{ item }} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

{%- endfor %}

{% endif %} {% endblock %}

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

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

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

{% endif %} {% endblock %}