MCPcopy 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
359class _QueryFloat(_QueryDialog):
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 1

askfloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected