MCPcopy Index your code
hub / github.com/RustPython/RustPython / builtin_complex.py

File builtin_complex.py

extra_tests/snippets/builtin_complex.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import testutils
2from testutils import assert_raises
3
4# __abs__

Callers

nothing calls this directly

Calls 13

assert_raisesFunction · 0.90
hashFunction · 0.85
strFunction · 0.85
reprFunction · 0.85
complex_subclassClass · 0.85
ComplexClass · 0.70
execFunction · 0.70
absFunction · 0.50
divmodFunction · 0.50
__eq__Method · 0.45
conjugateMethod · 0.45
__getnewargs__Method · 0.45

Tested by

no test coverage detected