MCPcopy Index your code
hub / github.com/python/cpython / test_unsafe_long_compare

Method test_unsafe_long_compare

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Tested by

no test coverage detected