DataclassProtocol#

class ansys.tools.common.launcher.interface.DataclassProtocol#

Bases: Protocol

Protocol for objects generated with dataclasses.dataclass().

Overview#

Import detail#

from ansys.tools.common.launcher.interface import DataclassProtocol

Attribute detail#

DataclassProtocol.__dataclass_fields__: ClassVar[dict[str, Any]]#