Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_cont
Method
test_cont
Lib/idlelib/idle_test/test_debugger.py:104–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
102
cls.debugger.root = Mock()
103
104
def
test_cont(self):
105
self.debugger.cont()
106
self.idb.set_continue.assert_called_once()
107
108
def
test_step(self):
109
self.debugger.step()
Callers
nothing calls this directly
Calls
2
cont
Method · 0.80
assert_called_once
Method · 0.80
Tested by
no test coverage detected