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

Method winfo_cells

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

Return number of cells in the colormap for this widget.

(self)

Source from the content-addressed store, hash-verified

1095 return self.tk.call(args)
1096
1097 def winfo_cells(self):
1098 """Return number of cells in the colormap for this widget."""
1099 return self.tk.getint(
1100 self.tk.call('winfo', 'cells', self._w))
1101
1102 def winfo_children(self):
1103 """Return a list of all widgets which are children of this widget."""

Callers

nothing calls this directly

Calls 2

callMethod · 0.80
getintMethod · 0.45

Tested by

no test coverage detected