Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _QueryInteger
Class
_QueryInteger
Lib/tkinter/simpledialog.py:337–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
336
337
class
_QueryInteger(_QueryDialog):
338
errormessage =
"Not an integer."
339
340
def
getresult(self):
341
return
self.getint(self.entry.get())
342
343
344
def
askinteger(title, prompt, **kw):
Callers
1
askinteger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected