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

Method user_line

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

Called when we stop or break at a line.

(self, frame)

Source from the content-addressed store, hash-verified

261 pass
262
263 def user_line(self, frame):
264 """Called when we stop or break at a line."""
265 pass
266
267 def user_return(self, frame, return_value):
268 """Called when a return trap is set here."""

Callers 1

dispatch_lineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected