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

Method __init__

Lib/idlelib/undo.py:267–268  ·  view source on GitHub ↗
(self, index1, index2=None)

Source from the content-addressed store, hash-verified

265 # Undoable delete command
266
267 def __init__(self, index1, index2=None):
268 Command.__init__(self, index1, index2, None, None)
269
270 def do(self, text):
271 self.marks_before = self.save_marks(text)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected