ConnectToPythonPartState
Canonical path: PythonPartTransaction.ConnectToPythonPartState
Bases: IntEnum
Enumeration of the possible types of relationships in a PythonPart connection.
The child modifies the parent!
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