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

Function start_qsort

Lib/turtledemo/sorting_animate.py:153–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 enable_keys()
152
153def start_qsort():
154 disable_keys()
155 clear()
156 show_text("Quicksort")
157 qsort(s, 0, len(s) - 1)
158 clear()
159 show_text(instructions1)
160 show_text(instructions2, line=1)
161 enable_keys()
162
163def init_shelf():
164 global s

Callers

nothing calls this directly

Calls 4

disable_keysFunction · 0.85
show_textFunction · 0.85
qsortFunction · 0.85
enable_keysFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…