Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Akascape/CTkCodeBox
/ undo_text
Method
undo_text
CTkCodeBox/text_menu.py:79–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
except
:
pass
78
79
def
undo_text(self):
80
try
:
81
self.widget.edit_undo()
82
self.widget.event_generate(
"<<ContentChanged>>"
)
83
except
:
pass
84
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected