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

Method getdouble

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

Source from the content-addressed store, hash-verified

785 raise ValueError(str(exc))
786
787 def getdouble(self, s):
788 try:
789 return self.tk.getdouble(s)
790 except TclError as exc:
791 raise ValueError(str(exc))
792
793 def getboolean(self, s):
794 """Return a boolean value for Tcl boolean values true and false given as parameter."""

Callers 12

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
test_getdoubleMethod · 0.80

Calls 1

strFunction · 0.85

Tested by 1

test_getdoubleMethod · 0.64