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

Method undo

Lib/idlelib/undo.py:189–190  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

187 pass
188
189 def undo(self, text):
190 pass
191
192 def merge(self, cmd):
193 return 0

Callers 3

undo_eventMethod · 0.45
undoMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected