MCPcopy Index your code
hub / github.com/RustPython/RustPython / getresult

Method getresult

Lib/tkinter/simpledialog.py:340–341  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 2

getintMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected