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

Method redo

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

Source from the content-addressed store, hash-verified

184 pass
185
186 def redo(self, text):
187 pass
188
189 def undo(self, text):
190 pass

Callers 2

redo_eventMethod · 0.45
redoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected