Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 316 Bytes

class_with_call.rst

File metadata and controls

17 lines (11 loc) · 316 Bytes

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

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

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