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

Method do_clear

Lib/bdb.py:482–487  ·  view source on GitHub ↗

Remove temporary breakpoint. Must implement in derived classes or get NotImplementedError.

(self, arg)

Source from the content-addressed store, hash-verified

480 return False
481
482 def do_clear(self, arg):
483 """Remove temporary breakpoint.
484
485 Must implement in derived classes or get NotImplementedError.
486 """
487 raise NotImplementedError("subclass of bdb must implement do_clear()")
488
489 def break_anywhere(self, frame):
490 """Return True if there is any breakpoint in that frame

Callers 1

break_hereMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected