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

Class SymbolicReal

Lib/test/test_fractions.py:137–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 return f'{self.__class__.__name__}({self.value!r})'
136
137class SymbolicReal(Symbolic):
138 pass
139numbers.Real.register(SymbolicReal)
140
141class SymbolicComplex(Symbolic):

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…