MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / user_exception

Method user_exception

tools/python-3.11.9-amd64/Lib/bdb.py:271–273  ·  view source on GitHub ↗

Called when we stop on an exception.

(self, frame, exc_info)

Source from the content-addressed store, hash-verified

269 pass
270
271 def user_exception(self, frame, exc_info):
272 """Called when we stop on an exception."""
273 pass
274
275 def _set_stopinfo(self, stopframe, returnframe, stoplineno=0):
276 """Set the attributes for stopping.

Callers 1

dispatch_exceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected