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

Method disable

Lib/bdb.py:1032–1034  ·  view source on GitHub ↗

Mark the breakpoint as disabled.

(self)

Source from the content-addressed store, hash-verified

1030 self.enabled = True
1031
1032 def disable(self):
1033 """Mark the breakpoint as disabled."""
1034 self.enabled = False
1035
1036 def bpprint(self, out=None):
1037 """Print the output of bpformat().

Callers 3

timeitMethod · 0.45
_exitfuncMethod · 0.45
do_disableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected