Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
137
class
SymbolicReal(Symbolic):
138
pass
139
numbers.Real.register(SymbolicReal)
140
141
class
SymbolicComplex(Symbolic):
Callers
4
testMixedMultiplication
Method · 0.85
testMixedDivision
Method · 0.85
testMixedIntegerDivision
Method · 0.85
testMixedPower
Method · 0.85
Calls
no outgoing calls
Tested by
4
testMixedMultiplication
Method · 0.68
testMixedDivision
Method · 0.68
testMixedIntegerDivision
Method · 0.68
testMixedPower
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…