MCPcopy Index your code
hub / github.com/RustPython/RustPython / getdouble

Method getdouble

Lib/tkinter/__init__.py:769–773  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

767 raise ValueError(str(exc))
768
769 def getdouble(self, s):
770 try:
771 return self.tk.getdouble(s)
772 except TclError as exc:
773 raise ValueError(str(exc))
774
775 def getboolean(self, s):
776 """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