Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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.85
test___complex__
Method · 0.85
test_constructor_special_numbers
Method · 0.85
test_pos
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_constructor
Method · 0.68
test___complex__
Method · 0.68
test_constructor_special_numbers
Method · 0.68
test_pos
Method · 0.68