MCPcopy
hub / github.com/lutzroeder/netron / toString

Method toString

source/python.js:2416–2418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2414 this.imag = imaginary;
2415 }
2416 toString() {
2417 return `${this.real}${this.imag < 0 ? '' : '+'}${this.imag}j`;
2418 }
2419 });
2420 this.registerType('builtins.NoneType', class {});
2421 this.registerType('builtins.object', class {

Callers 9

strMethod · 0.45
integerMethod · 0.45
typedMethod · 0.45
valueMethod · 0.45
constructorMethod · 0.45
__str__Method · 0.45
debugNameMethod · 0.45
equalsMethod · 0.45
asTupleMethod · 0.45

Calls 7

splitMethod · 0.80
__str__Method · 0.80
printMethod · 0.80
debugNameMethod · 0.80
file_line_colMethod · 0.80
valuesMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected