(result, type_expr)
| 8969 | this._root.prepend(n); |
| 8970 | } |
| 8971 | output(result, type_expr) { |
| 8972 | return this.create_node('output', 'output', new builtins.tuple(result), null, type_expr); |
| 8973 | } |
| 8974 | _target_to_str(target) { |
| 8975 | if (typeof target === 'string') { |
| 8976 | if (target.startsWith('__') && target.endsWith('__')) { |
no test coverage detected