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

Method resize

Lib/turtledemo/__main__.py:311–312  ·  view source on GitHub ↗
(size=size)

Source from the content-addressed store, hash-verified

309
310 for size in font_sizes:
311 def resize(size=size):
312 self.set_txtsize(size)
313 menu.add_command(label=str(size), underline=0, command=resize)
314 return menu
315

Callers 2

writeMethod · 0.45
readallMethod · 0.45

Calls 1

set_txtsizeMethod · 0.95

Tested by

no test coverage detected