Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
139
numbers.Real.register(SymbolicReal)
140
141
class
SymbolicComplex(Symbolic):
142
pass
143
numbers.Complex.register(SymbolicComplex)
144
145
class
Rat:
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…