Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ isNone
Method
isNone
source/python.js:13317–13319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13315
}
13316
}
13317
isNone() {
13318
return
this.tag ===
'None'
;
13319
}
13320
isBool() {
13321
return
this.tag ===
'Bool'
;
13322
}
Callers
4
propagateNode
Method · 0.80
equals
Method · 0.80
constructor
Method · 0.80
unpack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected