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

Method clear_all_file_breaks

Lib/idlelib/debugger_r.py:116–118  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

114 return msg
115
116 def clear_all_file_breaks(self, filename):
117 msg = self.idb.clear_all_file_breaks(filename)
118 return msg
119
120 #----------called by a FrameProxy----------
121

Callers

nothing calls this directly

Calls 1

clear_all_file_breaksMethod · 0.45

Tested by

no test coverage detected