Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _QueryFloat
Class
_QueryFloat
Lib/tkinter/simpledialog.py:359–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
358
359
class
_QueryFloat(_QueryDialog):
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
1
askfloat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected