MCPcopy Index your code
hub / github.com/lutzroeder/netron / addConstant

Method addConstant

source/python.js:10589–10591  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

10587 return this._attributes[slot].name;
10588 }
10589 addConstant(name, value) {
10590 this._constants.set(name, value);
10591 }
10592 hasConstant(name) {
10593 return this._constants.has(name);
10594 }

Callers 1

importClassMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected