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

Method getresult

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

Source from the content-addressed store, hash-verified

360 errormessage = "Not a floating-point value."
361
362 def getresult(self):
363 return self.getdouble(self.entry.get())
364
365
366def askfloat(title, prompt, **kw):

Callers 5

validateMethod · 0.45
finish_socket_funcMethod · 0.45
finish_acceptMethod · 0.45
finish_connectMethod · 0.45
finish_accept_pipeMethod · 0.45

Calls 2

getdoubleMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected