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

Method clearBreakpoints

Lib/bdb.py:1009–1012  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1007
1008 @staticmethod
1009 def clearBreakpoints():
1010 Breakpoint.next = 1
1011 Breakpoint.bplist = {}
1012 Breakpoint.bpbynumber = [None]
1013
1014 def deleteMe(self):
1015 """Delete the breakpoint from the list associated to a file:line.

Callers 2

reset_BreakpointFunction · 0.80
tearDownFunction · 0.80

Calls

no outgoing calls

Tested by 2

reset_BreakpointFunction · 0.64
tearDownFunction · 0.64