(self)
| 1953 | |
| 1954 | @property |
| 1955 | def low(self) -> SSAVariable: |
| 1956 | return self._get_var_ssa(2, 3) |
| 1957 | |
| 1958 | @property |
| 1959 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected