Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py21 max_undo = 1000 variable in UndoDelegator
128 if len(self.undolist) > self.max_undo: