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

Method find_below

Lib/tkinter/__init__.py:3128–3130  ·  view source on GitHub ↗

Return all items below TAGORID.

(self, tagOrId)

Source from the content-addressed store, hash-verified

3126 return self.find('all')
3127
3128 def find_below(self, tagOrId):
3129 """Return all items below TAGORID."""
3130 return self.find('below', tagOrId)
3131
3132 def find_closest(self, x, y, halo=None, start=None):
3133 """Return item which is closest to pixel at X, Y.

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected