24 lines
351 B
ReStructuredText
24 lines
351 B
ReStructuredText
:mod:`{{module}}`.{{objname}}
|
|
{{ underline }}==============
|
|
|
|
.. meta::
|
|
:robots: noindex
|
|
|
|
.. warning::
|
|
**DEPRECATED**
|
|
|
|
|
|
.. currentmodule:: {{ module }}
|
|
|
|
.. autoclass:: {{ objname }}
|
|
|
|
{% block methods %}
|
|
.. automethod:: __init__
|
|
{% endblock %}
|
|
|
|
.. include:: {{module}}.{{objname}}.examples
|
|
|
|
.. raw:: html
|
|
|
|
<div class="clearer"></div>
|