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

Method cget

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

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

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

403 return self._canvas.bbox(*args)
404
405 def cget(self, *args, **kwargs):
406 """ 'forward' method, which canvas itself has inherited...
407 """
408 return self._canvas.cget(*args, **kwargs)
409
410 def config(self, *args, **kwargs):
411 """ 'forward' method, which canvas itself has inherited...

Callers 2

__init__Method · 0.45
_bgcolorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected