Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ annotation_str
Method
annotation_str
source/python.js:10388–10390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10386
return
this._kind;
10387
}
10388
get annotation_str() {
10389
return
this._annotation_str;
10390
}
10391
equals(rhs) {
10392
return
this.kind() === rhs.kind();
10393
}
Callers
nothing calls this directly
Calls
1
qualifiedName
Method · 0.45
Tested by
no test coverage detected