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

Function reset_Breakpoint

Lib/test/test_bdb.py:76–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74dry_run = 0
75
76def reset_Breakpoint():
77 _bdb.Breakpoint.clearBreakpoints()
78
79def info_breakpoints():
80 bp_list = [bp for bp in _bdb.Breakpoint.bpbynumber if bp]

Callers 3

__enter__Method · 0.85
__exit__Method · 0.85

Calls 1

clearBreakpointsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…