Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
74
dry_run = 0
75
76
def
reset_Breakpoint():
77
_bdb.Breakpoint.clearBreakpoints()
78
79
def
info_breakpoints():
80
bp_list = [bp
for
bp in _bdb.Breakpoint.bpbynumber
if
bp]
Callers
3
__enter__
Method · 0.85
__exit__
Method · 0.85
test_load_bps_from_previous_Bdb_instance
Method · 0.85
Calls
1
clearBreakpoints
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…