MCPcopy
hub / github.com/lutzroeder/netron / attributeNames

Method attributeNames

source/python.js:13010–13012  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13008 return this._values.size > 0;
13009 }
13010 attributeNames() {
13011 return Array.from(this._values.keys());
13012 }
13013 kindOf(name) {
13014 return this._values.get(name)[1];
13015 }

Callers 4

create_nodeMethod · 0.80
constructorMethod · 0.80
print_attributesMethod · 0.80
constructorMethod · 0.80

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected