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

Method identify_element

Lib/tkinter/ttk.py:1318–1322  ·  view source on GitHub ↗

Returns the element at position x, y. * Availability: Tk 8.6

(self, x, y)

Source from the content-addressed store, hash-verified

1316
1317
1318 def identify_element(self, x, y):
1319 """Returns the element at position x, y.
1320
1321 * Availability: Tk 8.6"""
1322 return self.identify("element", x, y)
1323
1324
1325 def index(self, item):

Callers

nothing calls this directly

Calls 1

identifyMethod · 0.95

Tested by

no test coverage detected