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:878–880  ·  view source on GitHub ↗
(self, frame, exc_stuff)

Source from the content-addressed store, hash-verified

876 def user_return(self, frame, retval):
877 print('+++ return', retval)
878 def user_exception(self, frame, exc_stuff):
879 print('+++ exception', exc_stuff)
880 self.set_continue()
881
882def foo(n):
883 print('foo(', n, ')')

Callers

nothing calls this directly

Calls 2

printFunction · 0.50
set_continueMethod · 0.45

Tested by

no test coverage detected