Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 351 Bytes

deprecated_class.rst

File metadata and controls

23 lines (14 loc) · 351 Bytes

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

Warning

DEPRECATED

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

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