MCPcopy Index your code
hub / github.com/python/cpython / test_clear_breakpoint

Method test_clear_breakpoint

Lib/idlelib/idle_test/test_debugger.py:126–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 self.idb.set_return.assert_called_once_with(frame)
125
126 def test_clear_breakpoint(self):
127 self.debugger.clear_breakpoint('test.py', 4)
128 self.idb.clear_break.assert_called_once_with('test.py', 4)
129
130 def test_clear_file_breaks(self):
131 self.debugger.clear_file_breaks('test.py')

Callers

nothing calls this directly

Calls 2

clear_breakpointMethod · 0.80

Tested by

no test coverage detected