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

Method user_exception

Lib/test/test_bdb.py:226–229  ·  view source on GitHub ↗
(self, frame, exc_info)

Source from the content-addressed store, hash-verified

224 self.next_set_method()
225
226 def user_exception(self, frame, exc_info):
227 self.exc_info = exc_info
228 self.process_event('exception', frame)
229 self.next_set_method()
230
231 def user_opcode(self, frame):
232 self.process_event('opcode', frame)

Callers

nothing calls this directly

Calls 2

process_eventMethod · 0.95
next_set_methodMethod · 0.95

Tested by

no test coverage detected