(self)
| 1391 | class LowLevelILCall(LowLevelILInstruction, Localcall): |
| 1392 | @property |
| 1393 | def dest(self) -> LowLevelILInstruction: |
| 1394 | return self._get_expr(0) |
| 1395 | |
| 1396 | @property |
| 1397 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |