MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / bbox

Method bbox

tools/python-3.11.9-amd64/Lib/turtle.py:400–403  ·  view source on GitHub ↗

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

(self, *args)

Source from the content-addressed store, hash-verified

398 self.adjustScrolls()
399
400 def bbox(self, *args):
401 """ 'forward' method, which canvas itself has inherited...
402 """
403 return self._canvas.bbox(*args)
404
405 def cget(self, *args, **kwargs):
406 """ 'forward' method, which canvas itself has inherited...

Callers 1

_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected