Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 692 Bytes

File metadata and controls

18 lines (14 loc) · 692 Bytes

{{ name | escape | underline}}

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}
   :members:
   :undoc-members:
   :exclude-members: __module__, __weakref__, __dict__, __annotations__, __dataclass_params__, __dataclass_fields__, __match_args__, __orig_bases__, __parameters__, __abstractmethods__, __firstlineno__, __static_attributes__, __hash__, __annotate_func__, __annotations_cache__, __protocol_attrs__, __subclasshook__
   :special-members:

   {% block methods %}
   {% if methods %}
   {% endif %}
   {% endblock %}