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

Method set_marks

Lib/idlelib/undo.py:202–204  ·  view source on GitHub ↗
(self, text, marks)

Source from the content-addressed store, hash-verified

200 return marks
201
202 def set_marks(self, text, marks):
203 for name, index in marks.items():
204 text.mark_set(name, index)
205
206
207class InsertCommand(Command):

Callers 4

redoMethod · 0.80
undoMethod · 0.80
redoMethod · 0.80
undoMethod · 0.80

Calls 2

itemsMethod · 0.45
mark_setMethod · 0.45

Tested by

no test coverage detected