Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 166 Bytes

class.rst

File metadata and controls

12 lines (7 loc) · 166 Bytes

{{ fullname }} {{ underline }}

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

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