MCPcopy Index your code
hub / github.com/python/cpython / SymbolicComplex

Class SymbolicComplex

Lib/test/test_fractions.py:141–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139numbers.Real.register(SymbolicReal)
140
141class SymbolicComplex(Symbolic):
142 pass
143numbers.Complex.register(SymbolicComplex)
144
145class Rat:

Callers 4

testMixedDivisionMethod · 0.85
testMixedPowerMethod · 0.85

Calls

no outgoing calls

Tested by 4

testMixedDivisionMethod · 0.68
testMixedPowerMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…