(self)
| 2664 | |
| 2665 | @property |
| 2666 | def params(self) -> List[MediumLevelILInstruction]: |
| 2667 | return self._get_expr_list(3, 4) |
| 2668 | |
| 2669 | @property |
| 2670 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected