ConstantGraph¶
Declare a constant graph.
Version 1.0.0
Ports/Properties¶
data¶
Graph to emit.
- verbose name: Data
- default value: None
- port type: GraphPort
- value type: Graph
data__signature¶
Signature for the "data" input. This represents the signature for the subgraph that is wired into the "data" port. This is formatted as in (a,b,c) where a,b,c are names of placeholders that are expected in the subgraph that goes out of the "data" port. Alternatively, it can also be provided in data structure form as a list of lists, as in: [['a','b','c']].
- verbose name: Data [Signature]
- default value: (~)
- port type: Port
- value type: object (can be None)
value¶
Graph constant.
- verbose name: Value
- default value: None
- port type: Port
- value type: Graph (can be None)
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
- verbose name: Set Breakpoint (Debug Only)
- default value: False
- port type: BoolPort
- value type: bool (can be None)
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.
- verbose name: Metadata
- default value: {}
- port type: DictPort
- value type: dict (can be None)