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

Function disable_keys

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

Source from the content-addressed store, hash-verified

168 s.push(Block(i))
169
170def disable_keys():
171 onkey(None, "s")
172 onkey(None, "i")
173 onkey(None, "q")
174 onkey(None, "r")
175
176def enable_keys():
177 onkey(start_isort, "i")

Callers 4

randomizeFunction · 0.85
start_ssortFunction · 0.85
start_isortFunction · 0.85
start_qsortFunction · 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…