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

Method winfo_depth

Lib/tkinter/__init__.py:1227–1229  ·  view source on GitHub ↗

Return the number of bits per pixel.

(self)

Source from the content-addressed store, hash-verified

1225 return self._nametowidget(name)
1226
1227 def winfo_depth(self):
1228 """Return the number of bits per pixel."""
1229 return self.tk.getint(self.tk.call('winfo', 'depth', self._w))
1230
1231 def winfo_exists(self):
1232 """Return true if this widget exists."""

Callers

nothing calls this directly

Calls 2

getintMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected