Skip to content

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

IS_CHILD = 2

Connected PythonPart is the child of the other PythonPart.

IS_PARENT class-attribute instance-attribute

IS_PARENT = 1

Connected PythonPart is the parent of the other PythonPart.

IS_PARENT_CHILD class-attribute instance-attribute

IS_PARENT_CHILD = 3

Creates a connection in both directions.