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

Method user_exception

Lib/bdb.py:525–527  ·  view source on GitHub ↗

Called when we stop on an exception.

(self, frame, exc_info)

Source from the content-addressed store, hash-verified

523 pass
524
525 def user_exception(self, frame, exc_info):
526 """Called when we stop on an exception."""
527 pass
528
529 def user_opcode(self, frame):
530 """Called when we are about to execute an opcode."""

Callers 1

dispatch_exceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected