MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / bbox

Method bbox

Python/Turtle.py:297–300  ·  view source on GitHub ↗

'forward' method, which canvas itself has inherited...

(self, *args)

Source from the content-addressed store, hash-verified

295 self.adjustScrolls()
296
297 def bbox(self, *args):
298 """ 'forward' method, which canvas itself has inherited...
299 """
300 return self._canvas.bbox(*args)
301
302 def cget(self, *args, **kwargs):
303 """ 'forward' method, which canvas itself has inherited...

Callers 1

_writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected