MCPcopy Index your code
hub / github.com/RustPython/RustPython / baseopcode

Method baseopcode

Lib/dis.py:395–400  ·  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

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

Callers

nothing calls this directly

Calls 1

_deoptopFunction · 0.85

Tested by

no test coverage detected