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

Method break_anywhere

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

Return True if there is any breakpoint for frame's filename.

(self, frame)

Source from the content-addressed store, hash-verified

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.
253 """
254 return self.canonic(frame.f_code.co_filename) in self.breaks
255
256 # Derived classes should override the user_* methods
257 # to gain control.

Callers 1

dispatch_callMethod · 0.95

Calls 1

canonicMethod · 0.95

Tested by

no test coverage detected