MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / find_below

Method find_below

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:2916–2918  ·  view source on GitHub ↗

Return all items below TAGORID.

(self, tagOrId)

Source from the content-addressed store, hash-verified

2914 return self.find('all')
2915
2916 def find_below(self, tagOrId):
2917 """Return all items below TAGORID."""
2918 return self.find('below', tagOrId)
2919
2920 def find_closest(self, x, y, halo=None, start=None):
2921 """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