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

Method _getboolean

Lib/tkinter/__init__.py:1615–1618  ·  view source on GitHub ↗

Internal function.

(self, string)

Source from the content-addressed store, hash-verified

1613 return tuple(map(self.tk.getdouble, self.tk.splitlist(string)))
1614
1615 def _getboolean(self, string):
1616 """Internal function."""
1617 if string:
1618 return self.tk.getboolean(string)
1619
1620 def _displayof(self, displayof):
1621 """Internal function."""

Callers 3

pack_propagateMethod · 0.95
grid_propagateMethod · 0.95
wm_overrideredirectMethod · 0.80

Calls 1

getbooleanMethod · 0.45

Tested by

no test coverage detected