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

Method user_exception

Lib/bdb.py:516–518  ·  view source on GitHub ↗

Called when we stop on an exception.

(self, frame, exc_info)

Source from the content-addressed store, hash-verified

514 pass
515
516 def user_exception(self, frame, exc_info):
517 """Called when we stop on an exception."""
518 pass
519
520 def user_opcode(self, frame):
521 """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