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

Method cget

Lib/turtle.py:401–404  ·  view source on GitHub ↗

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

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

399 return self._canvas.bbox(*args)
400
401 def cget(self, *args, **kwargs):
402 """ 'forward' method, which canvas itself has inherited...
403 """
404 return self._canvas.cget(*args, **kwargs)
405
406 def config(self, *args, **kwargs):
407 """ '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