ConnectToPythonPart
dataclass
Canonical path: PythonPartTransaction.ConnectToPythonPart
Data class for the PythonPart connection.
Attributes:
-
pyp_uuid(GUID) –UUID of the other PythonPart, to which the current one is connected to.
-
pyp_uuid_parameter_name(str) –Name of the parameter of the other PythonPart, where the UUID of the current PythonPart will be stored
-
pyp_connection_state(ConnectToPythonPartState) –Type of the connection
Placeholder