Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 380 Bytes

deprecated_class_with_call.rst

File metadata and controls

24 lines (15 loc) · 380 Bytes

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

Warning

DEPRECATED

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

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