Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ s_
Method
s_
source/python.js:12945–12948 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
12943
}
12944
}
12945
s_(name, value) {
12946
this._values.set(name, [value,
's'
]);
12947
return
this;
12948
}
12949
s(name) {
12950
return
this._values.get(name)[0];
12951
}
Callers
7
createSetAttr
Method · 0.80
createGetAttr
Method · 0.80
createLoad
Method · 0.80
createStore
Method · 0.80
insertMethodCall
Method · 0.80
insertFunctionCall
Method · 0.80
constructor
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected