Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ isInt
Method
isInt
source/python.js:13350–13352 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13348
return
this.value;
13349
}
13350
isInt() {
13351
return
this.tag ===
'Int'
;
13352
}
13353
toInt() {
13354
if
(this.isInt()) {
13355
return
this.value;
Callers
6
toInt
Method · 0.80
equals
Method · 0.80
constructor
Method · 0.80
getSliceInd
Method · 0.80
emitTupleSlice
Method · 0.80
unpack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected