(self)
| 660 | # return instruction's machine bytes (which should have @size bytes). |
| 661 | @property |
| 662 | def bytes(self): |
| 663 | return bytearray(self._raw.bytes)[:self._raw.size] |
| 664 | |
| 665 | # return instruction's mnemonic. |
| 666 | @property |
nothing calls this directly
no outgoing calls
no test coverage detected