MCPcopy Index your code
hub / github.com/python/cpython / 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.70
test___complex__Method · 0.70
test_posMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_constructorMethod · 0.56
test___complex__Method · 0.56
test_posMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…