Method | Description | |
---|---|---|
CreateOutputAST ( ProtoCore.AST.AssociativeAST.AssociativeNode codeInputNode, List |
||
GetInputName ( int index ) : string | ||
GetInputTooltip ( int index ) : string | ||
PythonNodeBase ( ) : System | ||
PythonNodeBase ( IEnumerable |
Private constructor used for serialization.
|
protected CreateOutputAST ( ProtoCore.AST.AssociativeAST.AssociativeNode codeInputNode, List |
||
codeInputNode | ProtoCore.AST.AssociativeAST.AssociativeNode | |
inputAstNodes | List |
|
additionalBindings | AssociativeNode>.List | |
return | ProtoCore.AST.AssociativeAST.AssociativeNode |
protected GetInputName ( int index ) : string | ||
index | int | |
return | string |
protected GetInputTooltip ( int index ) : string | ||
index | int | |
return | string |
protected PythonNodeBase ( IEnumerable |
||
inPorts | IEnumerable |
A collection of |
outPorts | IEnumerable |
A collection of |
return | System |