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

Method clear_file_breaks

Lib/idlelib/debugger.py:410–411  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

408 self.idb.clear_break(filename, lineno)
409
410 def clear_file_breaks(self, filename):
411 self.idb.clear_all_file_breaks(filename)
412
413 def load_breakpoints(self):
414 """Load PyShellEditorWindow breakpoints into subprocess debugger."""

Callers 1

Calls 1

clear_all_file_breaksMethod · 0.45

Tested by 1