Back to Librealsense

Class

wrappers/python/docs/_templates/class.rst

2.57.7569 B
Original Source

{{ fullname }} {{ underline }}

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }} :members: :undoc-members:

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

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

.. autosummary:: {% 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 %}