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

Method find_above

Lib/tkinter/__init__.py:3120–3122  ·  view source on GitHub ↗

Return items above TAGORID.

(self, tagOrId)

Source from the content-addressed store, hash-verified

3118 self.tk.call((self._w, 'find') + args)) or ()
3119
3120 def find_above(self, tagOrId):
3121 """Return items above TAGORID."""
3122 return self.find('above', tagOrId)
3123
3124 def find_all(self):
3125 """Return all items."""

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected