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

Method clear_break

Lib/idlelib/debugger_r.py:112–114  ·  view source on GitHub ↗
(self, filename, lineno)

Source from the content-addressed store, hash-verified

110 return msg
111
112 def clear_break(self, filename, lineno):
113 msg = self.idb.clear_break(filename, lineno)
114 return msg
115
116 def clear_all_file_breaks(self, filename):
117 msg = self.idb.clear_all_file_breaks(filename)

Callers

nothing calls this directly

Calls 1

clear_breakMethod · 0.45

Tested by

no test coverage detected