Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
class
ComplexSubclass(complex):
40
pass
41
42
class
OtherComplexSubclass(complex):
43
pass
Callers
4
test_constructor
Method · 0.70
test___complex__
Method · 0.70
test_constructor_special_numbers
Method · 0.70
test_pos
Method · 0.70
Calls
no outgoing calls
Tested by
4
test_constructor
Method · 0.56
test___complex__
Method · 0.56
test_constructor_special_numbers
Method · 0.56
test_pos
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…