MCPcopy 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
232class complex_subclass(complex):
233 pass
234
235
236z = complex_subclass(3 + 4j)

Callers 1

builtin_complex.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected