Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ complex_subclass
Class
complex_subclass
extra_tests/snippets/builtin_complex.py:232–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
231
232
class
complex_subclass(complex):
233
pass
234
235
236
z = complex_subclass(3 + 4j)
Callers
1
builtin_complex.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected