Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
207
class
InsertCommand(Command):
Callers
4
redo
Method · 0.80
undo
Method · 0.80
redo
Method · 0.80
undo
Method · 0.80
Calls
2
items
Method · 0.45
mark_set
Method · 0.45
Tested by
no test coverage detected