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

Function show_text

Lib/turtledemo/sorting_animate.py:128–131  ·  view source on GitHub ↗
(text, line=0)

Source from the content-addressed store, hash-verified

126 enable_keys()
127
128def show_text(text, line=0):
129 line = 20 * line
130 goto(0,-250 - line)
131 write(text, align="center", font=("Courier", 16, "bold"))
132
133def start_ssort():
134 disable_keys()

Callers 5

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

Calls 1

writeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…