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

Method mark_set

Lib/idlelib/idle_test/mock_tk.py:272–274  ·  view source on GitHub ↗

Set mark *name* before the character at index.

(self, name, index)

Source from the content-addressed store, hash-verified

270 # Whether doing nothing is sufficient for a test will depend on the test.
271
272 def mark_set(self, name, index):
273 "Set mark *name* before the character at index."
274 pass
275
276 def mark_unset(self, *markNames):
277 "Delete all marks in markNames."

Callers 15

make_text_widgetMethod · 0.95
restart_subprocessMethod · 0.45
beginMethod · 0.45
enter_callbackMethod · 0.45
recallMethod · 0.45
showpromptMethod · 0.45
resetoutputMethod · 0.45
showtipMethod · 0.45
fetchMethod · 0.45
set_regionMethod · 0.45

Calls

no outgoing calls