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

Method do_clear

tools/python-3.11.9-amd64/Lib/bdb.py:244–249  ·  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

242 return False
243
244 def do_clear(self, arg):
245 """Remove temporary breakpoint.
246
247 Must implement in derived classes or get NotImplementedError.
248 """
249 raise NotImplementedError("subclass of bdb must implement do_clear()")
250
251 def break_anywhere(self, frame):
252 """Return True if there is any breakpoint for frame's filename.

Callers 1

break_hereMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected