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

Method clear_breakpoint

Lib/idlelib/debugger.py:407–408  ·  view source on GitHub ↗
(self, filename, lineno)

Source from the content-addressed store, hash-verified

405 self.idb.set_break(filename, lineno)
406
407 def clear_breakpoint(self, filename, lineno):
408 self.idb.clear_break(filename, lineno)
409
410 def clear_file_breaks(self, filename):
411 self.idb.clear_all_file_breaks(filename)

Callers 2

test_clear_breakpointMethod · 0.80

Calls 1

clear_breakMethod · 0.45

Tested by 1

test_clear_breakpointMethod · 0.64