colour.utilities.ExecutionNode#

class colour.utilities.ExecutionNode(*args: Any, **kwargs: Any)[source]#

Bases: PortNode

Define a specialised node that manages execution flow through dedicated input and output ports.

Return a new instance of the colour.utilities.TreeNode class.

Parameters:
  • args (Any) – Arguments.

  • kwargs (Any) – Keywords arguments.

__init__(*args: Any, **kwargs: Any) None[source]#
Parameters:
Return type:

None