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

Method hasAttributes

source/python.js:13007–13009  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13005 return this._values.has(name);
13006 }
13007 hasAttributes() {
13008 return this._values.size > 0;
13009 }
13010 attributeNames() {
13011 return Array.from(this._values.keys());
13012 }

Callers 3

constructorMethod · 0.80
mustBeNoneMethod · 0.80
printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected