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

Method baseopcode

Lib/dis.py:396–401  ·  view source on GitHub ↗

Numeric code for the base operation if operation is specialized. Otherwise equal to Instruction.opcode.

(self)

Source from the content-addressed store, hash-verified

394
395 @property
396 def baseopcode(self):
397 """Numeric code for the base operation if operation is specialized.
398
399 Otherwise equal to Instruction.opcode.
400 """
401 return _deoptop(self.opcode)
402
403 @property
404 def baseopname(self):

Callers

nothing calls this directly

Calls 1

_deoptopFunction · 0.85

Tested by

no test coverage detected