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

File builtin_float.py

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

Source from the content-addressed store, hash-verified

1import math
2
3from testutils import assert_raises
4

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
hashFunction · 0.85
isinstanceFunction · 0.85
strFunction · 0.85
identicalFunction · 0.85
truncMethod · 0.80
execFunction · 0.70
formatFunction · 0.50
__add__Method · 0.45
__radd__Method · 0.45
__sub__Method · 0.45
__rmul__Method · 0.45

Tested by

no test coverage detected