MCPcopy
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

createSetAttrMethod · 0.80
createGetAttrMethod · 0.80
createLoadMethod · 0.80
createStoreMethod · 0.80
insertMethodCallMethod · 0.80
insertFunctionCallMethod · 0.80
constructorMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected