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

Method getAttributeName

source/python.js:10586–10588  ·  view source on GitHub ↗
(slot)

Source from the content-addressed store, hash-verified

10584 return this._attributes[slot].type;
10585 }
10586 getAttributeName(slot) {
10587 return this._attributes[slot].name;
10588 }
10589 addConstant(name, value) {
10590 this._constants.set(name, value);
10591 }

Callers 5

convertObjectMethod · 0.80
__setstate__Method · 0.80
itemsMethod · 0.80
constructorMethod · 0.80
weightsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected