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

Method winfo_cells

Lib/tkinter/__init__.py:1192–1195  ·  view source on GitHub ↗

Return number of cells in the colormap for this widget.

(self)

Source from the content-addressed store, hash-verified

1190 return self.tk.call(args)
1191
1192 def winfo_cells(self):
1193 """Return number of cells in the colormap for this widget."""
1194 return self.tk.getint(
1195 self.tk.call('winfo', 'cells', self._w))
1196
1197 def winfo_children(self):
1198 """Return a list of all widgets which are children of this widget."""

Callers

nothing calls this directly

Calls 2

getintMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected