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

Method getresult

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

Source from the content-addressed store, hash-verified

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

Callers 7

validateMethod · 0.45
finish_socket_funcMethod · 0.45
finish_acceptMethod · 0.45
finish_connectMethod · 0.45
finish_accept_pipeMethod · 0.45
test_pipe_overlappedMethod · 0.45
test_popenMethod · 0.45

Calls 2

getdoubleMethod · 0.80
getMethod · 0.45

Tested by 2

test_pipe_overlappedMethod · 0.36
test_popenMethod · 0.36