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

Method bind

Python/Turtle.py:312–315  ·  view source on GitHub ↗

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

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

310 self._canvas.config(*args, **kwargs)
311
312 def bind(self, *args, **kwargs):
313 """ 'forward' method, which canvas itself has inherited...
314 """
315 self._canvas.bind(*args, **kwargs)
316
317 def unbind(self, *args, **kwargs):
318 """ 'forward' method, which canvas itself has inherited...

Callers 4

__init__Method · 0.80
_onscreenclickMethod · 0.80
_onkeyreleaseMethod · 0.80
_onkeypressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected