MCPcopy Index your code
hub / github.com/RustPython/RustPython / ComplexSubclass

Class ComplexSubclass

Lib/test/test_complex.py:39–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return self.value
38
39class ComplexSubclass(complex):
40 pass
41
42class OtherComplexSubclass(complex):
43 pass

Callers 4

test_constructorMethod · 0.85
test___complex__Method · 0.85
test_posMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_constructorMethod · 0.68
test___complex__Method · 0.68
test_posMethod · 0.68