Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 495 Bytes

class_with_call.rst

File metadata and controls

21 lines (14 loc) · 495 Bytes

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

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

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