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

Method config

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

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

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

408 return self._canvas.cget(*args, **kwargs)
409
410 def config(self, *args, **kwargs):
411 """ 'forward' method, which canvas itself has inherited...
412 """
413 self._canvas.config(*args, **kwargs)
414
415 def bind(self, *args, **kwargs):
416 """ '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