Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ isUnionType
Method
isUnionType
source/python.js:10426–10428 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10424
throw
new
python.Error(
'Not implemented.'
);
10425
}
10426
isUnionType() {
10427
return
false;
10428
}
10429
hasFreeVariables() {
10430
return
false;
10431
}
Callers
2
emitDictLiteral
Method · 0.80
emitListLiteral
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected