Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ set_op_version
Method
set_op_version
source/python.js:12451–12453 ·
view source on GitHub ↗
(version)
Source
from the content-addressed store, hash-verified
12449
this.block().cloneFrom(src.block(), env);
12450
}
12451
set_op_version(version) {
12452
this._op_version = version;
12453
}
12454
get_op_version() {
12455
return
this._op_version;
12456
}
Callers
1
define
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected