MCPcopy 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

_getattrMethod · 0.80
constructorMethod · 0.80
printAttrValueMethod · 0.80
eraseBlockLoadStoresMethod · 0.80
getattrMethod · 0.80
getAttributeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected