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

Method set_next

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

Stop on the next line in or below the given frame.

(self, frame)

Source from the content-addressed store, hash-verified

310 self._set_stopinfo(None, None)
311
312 def set_next(self, frame):
313 """Stop on the next line in or below the given frame."""
314 self._set_stopinfo(frame, None)
315
316 def set_return(self, frame):
317 """Stop when returning from the given frame."""

Callers 1

do_nextMethod · 0.45

Calls 1

_set_stopinfoMethod · 0.95

Tested by

no test coverage detected