:class:`DataclassProtocol` ========================== .. py:class:: ansys.tools.common.launcher.interface.DataclassProtocol Bases: :py:obj:`Protocol` Protocol for objects generated with :func:`dataclasses.dataclass`. .. py:currentmodule:: DataclassProtocol Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~__dataclass_fields__` - Import detail ------------- .. code-block:: python from ansys.tools.common.launcher.interface import DataclassProtocol Attribute detail ---------------- .. py:attribute:: __dataclass_fields__ :type: ClassVar[dict[str, Any]]