Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
debugName
Method · 0.80
has
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected