MCPcopy Index your code
hub / github.com/python/cpython / _QueryInteger

Class _QueryInteger

Lib/tkinter/simpledialog.py:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338
339
340class _QueryInteger(_QueryDialog):
341 errormessage = "Not an integer."
342
343 def getresult(self):
344 return self.getint(self.entry.get())
345
346
347def askinteger(title, prompt, **kw):

Callers 1

askintegerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…