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

Method icursor

Lib/tkinter/__init__.py:3343–3345  ·  view source on GitHub ↗

Insert cursor at INDEX.

(self, index)

Source from the content-addressed store, hash-verified

3341 return self.tk.call(self._w, 'get')
3342
3343 def icursor(self, index):
3344 """Insert cursor at INDEX."""
3345 self.tk.call(self._w, 'icursor', index)
3346
3347 def index(self, index):
3348 """Return position of cursor."""

Callers 1

openMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected