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

Function start_isort

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

Source from the content-addressed store, hash-verified

141 enable_keys()
142
143def start_isort():
144 disable_keys()
145 clear()
146 show_text("Insertion Sort")
147 isort(s)
148 clear()
149 show_text(instructions1)
150 show_text(instructions2, line=1)
151 enable_keys()
152
153def start_qsort():
154 disable_keys()

Callers

nothing calls this directly

Calls 4

disable_keysFunction · 0.85
show_textFunction · 0.85
isortFunction · 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…