MCPcopy Index your code
hub / github.com/python/cpython / user_line

Method user_line

Lib/bdb.py:508–510  ·  view source on GitHub ↗

Called when we stop or break at a line.

(self, frame)

Source from the content-addressed store, hash-verified

506 pass
507
508 def user_line(self, frame):
509 """Called when we stop or break at a line."""
510 pass
511
512 def user_return(self, frame, return_value):
513 """Called when a return trap is set here."""

Callers 1

dispatch_lineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected