MCPcopy 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
347def askinteger(title, prompt, **kw):

Callers

nothing calls this directly

Calls 2

getintMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected