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

Method bbox

Lib/turtle.py:396–399  ·  view source on GitHub ↗

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

(self, *args)

Source from the content-addressed store, hash-verified

394 self.adjustScrolls()
395
396 def bbox(self, *args):
397 """ 'forward' method, which canvas itself has inherited...
398 """
399 return self._canvas.bbox(*args)
400
401 def cget(self, *args, **kwargs):
402 """ 'forward' method, which canvas itself has inherited...

Callers 1

_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected