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

Method user_return

Lib/test/test_bdb.py:222–224  ·  view source on GitHub ↗
(self, frame, return_value)

Source from the content-addressed store, hash-verified

220 self.next_set_method()
221
222 def user_return(self, frame, return_value):
223 self.process_event('return', frame, return_value)
224 self.next_set_method()
225
226 def user_exception(self, frame, exc_info):
227 self.exc_info = exc_info

Callers

nothing calls this directly

Calls 2

process_eventMethod · 0.95
next_set_methodMethod · 0.95

Tested by

no test coverage detected