(self)
| 2242 | |
| 2243 | @property |
| 2244 | def params(self) -> List[MediumLevelILInstruction]: |
| 2245 | return self._get_expr_list(3, 4) |
| 2246 | |
| 2247 | @property |
| 2248 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected