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

Method _getboolean

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1520–1523  ·  view source on GitHub ↗

Internal function.

(self, string)

Source from the content-addressed store, hash-verified

1518 return tuple(map(self.tk.getdouble, self.tk.splitlist(string)))
1519
1520 def _getboolean(self, string):
1521 """Internal function."""
1522 if string:
1523 return self.tk.getboolean(string)
1524
1525 def _displayof(self, displayof):
1526 """Internal function."""

Callers 4

pack_propagateMethod · 0.95
grid_propagateMethod · 0.95
info_existsMethod · 0.80
wm_overrideredirectMethod · 0.80

Calls 1

getbooleanMethod · 0.45

Tested by

no test coverage detected