ConnectToPythonPartState
Canonical path: PythonPartTransaction.ConnectToPythonPartState
Bases: IntEnum
Enumeration of the possible types of relationships in a PythonPart connection.
The child modifies the parent!
Attributes:
-
IS_CHILD
–Connected PythonPart is the child of the other PythonPart.
-
IS_PARENT
–Connected PythonPart is the parent of the other PythonPart.
-
IS_PARENT_CHILD
–Creates a connection in both directions.
IS_CHILD
class-attribute
instance-attribute
Connected PythonPart is the child of the other PythonPart.
IS_PARENT
class-attribute
instance-attribute
Connected PythonPart is the parent of the other PythonPart.
Placeholder