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

Method set_clear

Lib/test/test_bdb.py:145–148  ·  view source on GitHub ↗
(self, fname, lineno)

Source from the content-addressed store, hash-verified

143 bp.enabled = False
144
145 def set_clear(self, fname, lineno):
146 err = self.clear_break(fname, lineno)
147 if err:
148 raise BdbError(err)
149
150 def set_up(self):
151 """Move up in the frame stack."""

Callers

nothing calls this directly

Calls 2

clear_breakMethod · 0.95
BdbErrorClass · 0.85

Tested by

no test coverage detected