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

Function enable_keys

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

Source from the content-addressed store, hash-verified

174 onkey(None, "r")
175
176def enable_keys():
177 onkey(start_isort, "i")
178 onkey(start_ssort, "s")
179 onkey(start_qsort, "q")
180 onkey(randomize, "r")
181 onkey(bye, "space")
182
183def main():
184 getscreen().clearscreen()

Callers 5

randomizeFunction · 0.85
start_ssortFunction · 0.85
start_isortFunction · 0.85
start_qsortFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…