Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ load
Method
load
Lib/turtledemo/__main__.py:297–298 ·
view source on GitHub ↗
(entry=entry)
Source
from the content-addressed store, hash-verified
295
296
for
entry in getExampleEntries():
297
def
load(entry=entry):
298
self.loadfile(entry)
299
menu.add_command(label=entry, underline=0, command=load)
300
return
menu
301
Callers
nothing calls this directly
Calls
1
loadfile
Method · 0.95
Tested by
no test coverage detected