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

Function merge_collapse

Objects/listobject.c:1795–1817  ·  view source on GitHub ↗

Examine the stack of runs waiting to be merged, merging adjacent runs * until the stack invariants are re-established: * * 1. len[-3] > len[-2] + len[-1] * 2. len[-2] > len[-1] * * See listsort.txt for more info. * * Returns 0 on success, -1 on error. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

listsortFunction · 0.85

Calls 1

merge_atFunction · 0.85

Tested by

no test coverage detected