Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ bump_depth
Method
bump_depth
Lib/idlelib/undo.py:334–336 ·
view source on GitHub ↗
(self, incr=1)
Source
from the content-addressed store, hash-verified
332
cmd.undo(text)
333
334
def
bump_depth(self, incr=1):
335
self.depth = self.depth + incr
336
return
self.depth
337
338
339
def
_undo_delegator(parent):
# htest #
Callers
2
undo_block_start
Method · 0.80
undo_block_stop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected