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

Method test_clear_file_breaks

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

Source from the content-addressed store, hash-verified

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')
132 self.idb.clear_all_file_breaks.assert_called_once_with('test.py')
133
134 def test_set_load_breakpoints(self):
135 # Test the .load_breakpoints() method calls idb.

Callers

nothing calls this directly

Calls 2

clear_file_breaksMethod · 0.45

Tested by

no test coverage detected