Numeric code for the base operation if operation is specialized. Otherwise equal to Instruction.opcode.
(self)
| 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): |
nothing calls this directly
no test coverage detected