MCPcopy
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

toIntMethod · 0.80
equalsMethod · 0.80
constructorMethod · 0.80
getSliceIndMethod · 0.80
emitTupleSliceMethod · 0.80
unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected