Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py100 self.undoblock.bump_depth()
103 if self.undoblock.bump_depth(-1) == 0:
335 def bump_depth(self, incr=1): member in CommandSequence