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

Class _QueryFloat

Lib/tkinter/simpledialog.py:362–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360
361
362class _QueryFloat(_QueryDialog):
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 1

askfloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…