Home
last modified time | relevance | path

Searched refs:addcmd (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
Dundo.py83 self.addcmd(InsertCommand(index, chars, tags))
86 self.addcmd(DeleteCommand(index1, index2))
114 self.addcmd(cmd, 0)
116 def addcmd(self, cmd, execute=True): member in UndoDelegator