Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py81 self.addcmd(InsertCommand(index, chars, tags))
206 class InsertCommand(Command): class