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

Method selection_includes

Lib/tkinter/__init__.py:3448–3451  ·  view source on GitHub ↗

Return True if INDEX is part of the selection.

(self, index)

Source from the content-addressed store, hash-verified

3446 select_clear = selection_clear
3447
3448 def selection_includes(self, index):
3449 """Return True if INDEX is part of the selection."""
3450 return self.tk.getboolean(self.tk.call(
3451 self._w, 'selection', 'includes', index))
3452
3453 select_includes = selection_includes
3454

Callers

nothing calls this directly

Calls 2

getbooleanMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected