MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getdouble

Method getdouble

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:768–772  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

766 raise ValueError(str(exc))
767
768 def getdouble(self, s):
769 try:
770 return self.tk.getdouble(s)
771 except TclError as exc:
772 raise ValueError(str(exc))
773
774 def getboolean(self, s):
775 """Return a boolean value for Tcl boolean values true and false given as parameter."""

Callers 11

getMethod · 0.80
getMethod · 0.80
winfo_fpixelsMethod · 0.80
_gridconvvalueMethod · 0.80
canvasxMethod · 0.80
canvasyMethod · 0.80
coordsMethod · 0.80
getMethod · 0.80
deltaMethod · 0.80
fractionMethod · 0.80
getresultMethod · 0.80

Calls 1

strFunction · 0.85

Tested by

no test coverage detected