Back to Seaborn

Class

doc/_templates/autosummary/class.rst

0.13.2549 B
Original Source

{{ fullname | escape | underline}}

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

{% block methods %} .. automethod:: init

{% if methods %} .. rubric:: Methods

.. autosummary:: :toctree: ./ {% for item in methods %} ~{{ name }}.{{ item }} {%- endfor %} {% endif %} {% endblock %}

{% block attributes %} {% if attributes %} .. rubric:: Attributes

.. autosummary:: {% for item in attributes %} ~{{ name }}.{{ item }} {%- endfor %} {% endif %} {% endblock %}