(value)
| 12523 | return value; |
| 12524 | } |
| 12525 | registerOutput(value) { |
| 12526 | this._output.addInput(value); |
| 12527 | return this.outputs().length - 1; |
| 12528 | } |
| 12529 | appendNode(n) { |
| 12530 | if (n._graph !== this._graph || n.inBlockList()) { |
| 12531 | throw new python.Error('Node not in graph.'); |
no test coverage detected