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

Method config

Lib/turtle.py:406–409  ·  view source on GitHub ↗

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

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers 4

resetMethod · 0.45
__init__Method · 0.45
_bgcolorMethod · 0.45
_setscrollregionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected