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

Method user_opcode

Lib/bdb.py:520–522  ·  view source on GitHub ↗

Called when we are about to execute an opcode.

(self, frame)

Source from the content-addressed store, hash-verified

518 pass
519
520 def user_opcode(self, frame):
521 """Called when we are about to execute an opcode."""
522 pass
523
524 def _set_trace_opcodes(self, trace_opcodes):
525 if trace_opcodes != self.trace_opcodes:

Callers 1

dispatch_opcodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected