Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getresult
Method
getresult
Lib/tkinter/simpledialog.py:399–400 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
397
return
entry
398
399
def
getresult(self):
400
return
self.entry.get()
401
402
403
def
askstring(title, prompt, **kw):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected