MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_unsafe_long_compare

Method test_unsafe_long_compare

Lib/test/test_sort.py:379–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

377 x in range(100)])
378
379 def test_unsafe_long_compare(self):
380 check_against_PyObject_RichCompareBool(self, [x for
381 x in range(100)])
382
383 def test_unsafe_float_compare(self):
384 check_against_PyObject_RichCompareBool(self, [float(x) for

Callers

nothing calls this directly

Tested by

no test coverage detected