MCPcopy Index your code
hub / github.com/RustPython/RustPython / user_line

Method user_line

Lib/bdb.py:517–519  ·  view source on GitHub ↗

Called when we stop or break at a line.

(self, frame)

Source from the content-addressed store, hash-verified

515 pass
516
517 def user_line(self, frame):
518 """Called when we stop or break at a line."""
519 pass
520
521 def user_return(self, frame, return_value):
522 """Called when a return trap is set here."""

Callers 1

dispatch_lineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected