(self)
| 1404 | class LowLevelILTailcall(LowLevelILInstruction, Tailcall): |
| 1405 | @property |
| 1406 | def dest(self) -> LowLevelILInstruction: |
| 1407 | return self._get_expr(0) |
| 1408 | |
| 1409 | @property |
| 1410 | def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]: |