Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reset_undo
Method
reset_undo
Lib/idlelib/iomenu.py:55–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
self.editwin.set_saved(flag)
54
55
def
reset_undo(self):
56
self.editwin.reset_undo()
57
58
filename_change_hook = None
59
Callers
2
loadfile
Method · 0.95
showprompt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected