MCPcopy Index your code
hub / github.com/lutzroeder/netron / isBool

Method isBool

source/python.js:13320–13322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13318 return this.tag === 'None';
13319 }
13320 isBool() {
13321 return this.tag === 'Bool';
13322 }
13323 toBool() {
13324 return this.value;
13325 }

Callers 3

equalsMethod · 0.80
constructorMethod · 0.80
unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected