HLIL text lines (read-only)
(self)
| 399 | |
| 400 | @property |
| 401 | def lines(self) -> LinesType: |
| 402 | """HLIL text lines (read-only)""" |
| 403 | return self.get_lines() |
| 404 | |
| 405 | @property |
| 406 | def prefix_operands(self) -> List[Union[HighLevelILOperandType, HighLevelILOperationAndSize]]: |