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

Method find_above

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

Return items above TAGORID.

(self, tagOrId)

Source from the content-addressed store, hash-verified

2906 self.tk.call((self._w, 'find') + args)) or ()
2907
2908 def find_above(self, tagOrId):
2909 """Return items above TAGORID."""
2910 return self.find('above', tagOrId)
2911
2912 def find_all(self):
2913 """Return all items."""

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected