Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getresult
Method
getresult
Lib/tkinter/simpledialog.py:343–344 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
341
errormessage =
"Not an integer."
342
343
def
getresult(self):
344
return
self.getint(self.entry.get())
345
346
347
def
askinteger(title, prompt, **kw):
Callers
nothing calls this directly
Calls
2
getint
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected