Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
importClass
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected