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

Method __int__

source/python.js:5850–5852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5848 this.is_Integer = true;
5849 }
5850 __int__() {
5851 return this.value;
5852 }
5853 __str__() {
5854 return this.value.toString();
5855 }

Callers 1

constructorMethod · 0.80

Calls 3

__reduce__Method · 0.80
storageMethod · 0.45
peekMethod · 0.45

Tested by

no test coverage detected