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

Method _getboolean

Lib/tkinter/__init__.py:1633–1636  ·  view source on GitHub ↗

Internal function.

(self, string)

Source from the content-addressed store, hash-verified

1631 return tuple(map(self.tk.getdouble, self.tk.splitlist(string)))
1632
1633 def _getboolean(self, string):
1634 """Internal function."""
1635 if string:
1636 return self.tk.getboolean(string)
1637
1638 def _displayof(self, displayof):
1639 """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