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

Method identify

Lib/tkinter/ttk.py:655–658  ·  view source on GitHub ↗

Returns the name of the element at position x, y, or the empty string if the coordinates are outside the window.

(self, x, y)

Source from the content-addressed store, hash-verified

653
654
655 def identify(self, x, y):
656 """Returns the name of the element at position x, y, or the
657 empty string if the coordinates are outside the window."""
658 return self.tk.call(self._w, "identify", x, y)
659
660
661 def validate(self):

Callers 6

test_identifyMethod · 0.45
test_identifyMethod · 0.45
test_traversalMethod · 0.45

Calls 1

callMethod · 0.45

Tested by 6

test_identifyMethod · 0.36
test_identifyMethod · 0.36
test_traversalMethod · 0.36