MCPcopy Index your code
hub / github.com/lutzroeder/netron / env

Method env

source/python.js:12446–12448  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 3

debugNameMethod · 0.80
hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected