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

Method bbox

Lib/tkinter/ttk.py:649–652  ·  view source on GitHub ↗

Return a tuple of (x, y, width, height) which describes the bounding box of the character given by index.

(self, index)

Source from the content-addressed store, hash-verified

647
648
649 def bbox(self, index):
650 """Return a tuple of (x, y, width, height) which describes the
651 bounding box of the character given by index."""
652 return self._getints(self.tk.call(self._w, "bbox", index))
653
654
655 def identify(self, x, y):

Callers 2

dnd_enterMethod · 0.45
dnd_motionMethod · 0.45

Calls 2

_getintsMethod · 0.80
callMethod · 0.45

Tested by

no test coverage detected