Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
366
def
askfloat(title, prompt, **kw):
Callers
5
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
Calls
2
getdouble
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected