711 B
711 B
{{ fullname | escape | underline}}
{{ module }}
{{ objname }}
{% block methods %} {% if methods %} .. rubric:: {{ _('Methods') }}
- {% for item in methods %}
-
{%- if not item.startswith('_') %} ~{{ name }}.{{ item }} {%- endif -%}
{%- endfor %} {% endif %} {% endblock %}
{% block attributes %} {% if attributes %} .. rubric:: {{ _('Attributes') }}
- {% for item in attributes %}
-
~{{ name }}.{{ item }}
{%- endfor %} {% endif %} {% endblock %}