MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / disable

Method disable

tools/python-3.11.9-amd64/Lib/bdb.py:728–730  ·  view source on GitHub ↗

Mark the breakpoint as disabled.

(self)

Source from the content-addressed store, hash-verified

726 self.enabled = True
727
728 def disable(self):
729 """Mark the breakpoint as disabled."""
730 self.enabled = False
731
732 def bpprint(self, out=None):
733 """Print the output of bpformat().

Callers 7

create_statsMethod · 0.45
runctxMethod · 0.45
runcallMethod · 0.45
__exit__Method · 0.45
timeitMethod · 0.45
_exitfuncMethod · 0.45
do_disableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected