Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 242 Bytes

class.rst

File metadata and controls

15 lines (9 loc) · 242 Bytes

:mod:`{{module}}`.{{objname}} {{ underline }}==============

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

   {% block methods %}
   .. automethod:: __init__
   {% endblock %}