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

Method focus_force

Python/Turtle.py:322–325  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

320 self._canvas.unbind(*args, **kwargs)
321
322 def focus_force(self):
323 """ 'forward' method, which canvas itself has inherited...
324 """
325 self._canvas.focus_force()
326
327__forwardmethods(ScrolledCanvas, TK.Canvas, '_canvas')
328

Callers 1

_listenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected