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

Method clear_break

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

Source from the content-addressed store, hash-verified

333 return msg
334
335 def clear_break(self, filename, lineno):
336 msg = self.call("clear_break", filename, lineno)
337 return msg
338
339 def clear_all_file_breaks(self, filename):
340 msg = self.call("clear_all_file_breaks", filename)

Callers 2

clear_breakpointMethod · 0.45
clear_breakMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected