Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.15 KB

custom-class-template.rst

File metadata and controls

45 lines (37 loc) · 1.15 KB
github_url

hide

{{ name | escape | underline}}

{{ module }}

{{ objname }}

{% block methods %} {% if methods %} .. rubric:: {{ _('Methods') }}

{% for item in methods %}

{% if item != '__init__' %} ~{{ name }}.{{ item }} {% endif %}

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

{% block attributes %} {% if attributes %} .. rubric:: {{ _('Attributes') }}

{% for item in attributes %}

~{{ name }}.{{ item }}

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