MCPcopy Index your code
hub / github.com/RustPython/RustPython / find_below

Method find_below

Lib/tkinter/__init__.py:3045–3047  ·  view source on GitHub ↗

Return all items below TAGORID.

(self, tagOrId)

Source from the content-addressed store, hash-verified

3043 return self.find('all')
3044
3045 def find_below(self, tagOrId):
3046 """Return all items below TAGORID."""
3047 return self.find('below', tagOrId)
3048
3049 def find_closest(self, x, y, halo=None, start=None):
3050 """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