()
| 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. |
no outgoing calls