MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / config

Method config

Python/Turtle.py:307–310  ·  view source on GitHub ↗

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

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

305 return self._canvas.cget(*args, **kwargs)
306
307 def config(self, *args, **kwargs):
308 """ 'forward' method, which canvas itself has inherited...
309 """
310 self._canvas.config(*args, **kwargs)
311
312 def bind(self, *args, **kwargs):
313 """ 'forward' method, which canvas itself has inherited...

Callers 4

resetMethod · 0.80
__init__Method · 0.80
_bgcolorMethod · 0.80
_setscrollregionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected