Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
369
def
askfloat(title, prompt, **kw):
Callers
7
validate
Method · 0.45
finish_socket_func
Method · 0.45
finish_accept
Method · 0.45
finish_connect
Method · 0.45
finish_accept_pipe
Method · 0.45
test_pipe_overlapped
Method · 0.45
test_popen
Method · 0.45
Calls
2
getdouble
Method · 0.80
get
Method · 0.45
Tested by
2
test_pipe_overlapped
Method · 0.36
test_popen
Method · 0.36