Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ equals
Method
equals
source/python.js:10391–10393 ·
view source on GitHub ↗
(rhs)
Source
from the content-addressed store, hash-verified
10389
return
this._annotation_str;
10390
}
10391
equals(rhs) {
10392
return
this.kind() === rhs.kind();
10393
}
10394
isSubtypeOf(rhs) {
10395
if
(rhs.kind() ===
'AnyType'
|| this === rhs) {
10396
return
true;
Callers
3
constructor
Method · 0.45
isSubtypeOf
Method · 0.45
is
Method · 0.45
Calls
15
getValueType
Method · 0.80
compilation_unit
Method · 0.80
containedTypes
Method · 0.80
getElementType
Method · 0.80
getKeyType
Method · 0.80
isNone
Method · 0.80
isBool
Method · 0.80
toBool
Method · 0.80
isInt
Method · 0.80
toInt
Method · 0.80
isDouble
Method · 0.80
toDouble
Method · 0.80
Tested by
no test coverage detected