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

Method user_return

Lib/bdb.py:521–523  ·  view source on GitHub ↗

Called when a return trap is set here.

(self, frame, return_value)

Source from the content-addressed store, hash-verified

519 pass
520
521 def user_return(self, frame, return_value):
522 """Called when a return trap is set here."""
523 pass
524
525 def user_exception(self, frame, exc_info):
526 """Called when we stop on an exception."""

Callers 1

dispatch_returnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected