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

Method identify_column

Lib/tkinter/ttk.py:1299–1303  ·  view source on GitHub ↗

Returns the data column identifier of the cell at position x. The tree column has ID #0.

(self, x)

Source from the content-addressed store, hash-verified

1297
1298
1299 def identify_column(self, x):
1300 """Returns the data column identifier of the cell at position x.
1301
1302 The tree column has ID #0."""
1303 return self.identify("column", x, 0)
1304
1305
1306 def identify_region(self, x, y):

Callers 1

Calls 1

identifyMethod · 0.95

Tested by 1