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

Method test_unsafe_latin_compare

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

Source from the content-addressed store, hash-verified

372 check_against_PyObject_RichCompareBool(self, L)
373
374 def test_unsafe_latin_compare(self):
375 check_against_PyObject_RichCompareBool(self, [str(x) for
376 x in range(100)])
377
378 def test_unsafe_long_compare(self):
379 check_against_PyObject_RichCompareBool(self, [x for

Callers

nothing calls this directly

Calls 2

strFunction · 0.85

Tested by

no test coverage detected