MCPcopy Create free account
hub / github.com/python/cpython / __init__

Method __init__

Lib/idlelib/undo.py:210–211  ·  view source on GitHub ↗
(self, index1, chars, tags=None)

Source from the content-addressed store, hash-verified

208 # Undoable insert command
209
210 def __init__(self, index1, chars, tags=None):
211 Command.__init__(self, index1, None, chars, tags)
212
213 def do(self, text):
214 self.marks_before = self.save_marks(text)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected