Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.80
mustBeNone
Method · 0.80
print
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected