Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dundo.py83 self.addcmd(InsertCommand(index, chars, tags))
207 class InsertCommand(Command): class