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