MCPcopy Index your code
hub / github.com/python/cpython / winfo_id

Method winfo_id

Lib/tkinter/__init__.py:1269–1271  ·  view source on GitHub ↗

Return identifier ID for this widget.

(self)

Source from the content-addressed store, hash-verified

1267 self.tk.call('winfo', 'height', self._w))
1268
1269 def winfo_id(self):
1270 """Return identifier ID for this widget."""
1271 return int(self.tk.call('winfo', 'id', self._w), 0)
1272
1273 def winfo_interps(self, displayof=0):
1274 """Return the name of all Tcl interpreters for this display."""

Callers 2

test_configure_useMethod · 0.80
test_winfo_pathnameMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 2

test_configure_useMethod · 0.64
test_winfo_pathnameMethod · 0.64