Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
write
Method · 0.45
readall
Method · 0.45
Calls
1
set_txtsize
Method · 0.95
Tested by
no test coverage detected