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

Method set_disable

Lib/test/test_bdb.py:141–143  ·  view source on GitHub ↗
(self, bpnum)

Source from the content-addressed store, hash-verified

139 bp.enabled = True
140
141 def set_disable(self, bpnum):
142 bp = self.get_bpbynumber(bpnum)
143 bp.enabled = False
144
145 def set_clear(self, fname, lineno):
146 err = self.clear_break(fname, lineno)

Callers

nothing calls this directly

Calls 1

get_bpbynumberMethod · 0.95

Tested by

no test coverage detected