Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ identify_row
Method
identify_row
Lib/tkinter/ttk.py:1294–1296 ·
view source on GitHub ↗
Returns the item ID of the item at position y.
(self, y)
Source
from the content-addressed store, hash-verified
1292
1293
1294
def
identify_row(self, y):
1295
""
"Returns the item ID of the item at position y."
""
1296
return
self.identify(
"row"
, 0, y)
1297
1298
1299
def
identify_column(self, x):
Callers
1
test_tag_bind
Method · 0.80
Calls
1
identify
Method · 0.95
Tested by
1
test_tag_bind
Method · 0.64