MCPcopy 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
337class _QueryInteger(_QueryDialog):
338 errormessage = "Not an integer."
339
340 def getresult(self):
341 return self.getint(self.entry.get())
342
343
344def askinteger(title, prompt, **kw):

Callers 1

askintegerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected