| {{ fullname | escape | underline}} | |
| .. currentmodule:: {{ module }} | |
| .. autoclass:: {{ objname }} | |
| {% block attributes %} | |
| {% if attributes %} | |
| .. rubric:: Attributes | |
| .. autosummary:: | |
| :nosignatures: | |
| {% for item in attributes %} | |
| ~{{ name }}.{{ item }} | |
| {%- endfor %} | |
| {% endif %} | |
| {% endblock %} | |