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

Method find_above

Lib/tkinter/__init__.py:3037–3039  ·  view source on GitHub ↗

Return items above TAGORID.

(self, tagOrId)

Source from the content-addressed store, hash-verified

3035 self.tk.call((self._w, 'find') + args)) or ()
3036
3037 def find_above(self, tagOrId):
3038 """Return items above TAGORID."""
3039 return self.find('above', tagOrId)
3040
3041 def find_all(self):
3042 """Return all items."""

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected