Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ do
Method
do
Lib/idlelib/undo.py:183–184 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
181
return
s + repr(t)
182
183
def
do(self, text):
184
pass
185
186
def
redo(self, text):
187
pass
Callers
1
addcmd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected