Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ s
Method
s
source/python.js:12949–12951 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
12947
return
this;
12948
}
12949
s(name) {
12950
return
this._values.get(name)[0];
12951
}
12952
ss_(name, value) {
12953
this._values.set(name, [value,
'ss'
]);
12954
return
this;
Callers
7
_getattr
Method · 0.80
constructor
Method · 0.80
printAttrValue
Method · 0.80
addControlFlowLoadStores
Method · 0.80
eraseBlockLoadStores
Method · 0.80
getattr
Method · 0.80
getAttribute
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected