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

Function start_ssort

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

Source from the content-addressed store, hash-verified

131 write(text, align="center", font=("Courier", 16, "bold"))
132
133def start_ssort():
134 disable_keys()
135 clear()
136 show_text("Selection Sort")
137 ssort(s)
138 clear()
139 show_text(instructions1)
140 show_text(instructions2, line=1)
141 enable_keys()
142
143def start_isort():
144 disable_keys()

Callers

nothing calls this directly

Calls 4

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