Expressions
nodekit.expressions.Reg
pydantic-model
¶
nodekit.expressions.ChildReg
pydantic-model
¶
Evaluates to the value of the last completed subGraph's ("child" Graph) register.
Fields:
-
op(Literal['creg']) -
id(RegisterId)
nodekit.expressions.LastAction
pydantic-model
¶
nodekit.expressions.GetDictValue
pydantic-model
¶
Get a value from a dictionary by key.
dict must evaluate to a dict-valued result.
Fields:
-
op(Literal['gdv']) -
d(Expression) -
key(Expression)