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