MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / listsort

Function listsort

Objects/listobject.c:2042–2210  ·  view source on GitHub ↗

An adaptive, stable, natural mergesort. See listsort.txt. * Returns Py_None on success, NULL on error. Even in case of error, the * list will be some permutation of its input state (nothing is lost or * duplicated). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

PyList_SortFunction · 0.85

Calls 14

build_cmpwrapperFunction · 0.85
sortwrapper_getvalueFunction · 0.85
build_sortwrapperFunction · 0.85
reverse_sliceFunction · 0.85
merge_initFunction · 0.85
merge_compute_minrunFunction · 0.85
count_runFunction · 0.85
binarysortFunction · 0.85
merge_collapseFunction · 0.85
merge_force_collapseFunction · 0.85

Tested by

no test coverage detected