MCPcopy Index your code
hub / github.com/RustPython/RustPython / disable

Method disable

Lib/bdb.py:1041–1043  ·  view source on GitHub ↗

Mark the breakpoint as disabled.

(self)

Source from the content-addressed store, hash-verified

1039 self.enabled = True
1040
1041 def disable(self):
1042 """Mark the breakpoint as disabled."""
1043 self.enabled = False
1044
1045 def bpprint(self, out=None):
1046 """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