(src)
| 12443 | return new_g; |
| 12444 | } |
| 12445 | cloneFrom(src) { |
| 12446 | const env = (v) => { |
| 12447 | throw new python.Error(`Use of value '${v.debugName()}' not in scope.`); |
| 12448 | }; |
| 12449 | this.block().cloneFrom(src.block(), env); |
| 12450 | } |
| 12451 | set_op_version(version) { |
| 12452 | this._op_version = version; |
| 12453 | } |
no test coverage detected