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

Method user_opcode

Lib/test/test_bdb.py:231–233  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

229 self.next_set_method()
230
231 def user_opcode(self, frame):
232 self.process_event('opcode', frame)
233 self.next_set_method()
234
235 def do_clear(self, arg):
236 # The temporary breakpoints are deleted in user_line().

Callers

nothing calls this directly

Calls 2

process_eventMethod · 0.95
next_set_methodMethod · 0.95

Tested by

no test coverage detected