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

File builtin_int.py

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

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3# int to int comparisons
4

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
isinstanceFunction · 0.85
to_bytesMethod · 0.80
truncMethod · 0.80
AClass · 0.70
BClass · 0.70
CClass · 0.70
IClass · 0.70
FClass · 0.70
BadIntClass · 0.70
execFunction · 0.70
__eq__Method · 0.45

Tested by

no test coverage detected