(self)
| 1574 | |
| 1575 | @property |
| 1576 | def var(self) -> SSAVariable: |
| 1577 | return self._get_var_ssa(0, 1) |
| 1578 | |
| 1579 | @property |
| 1580 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected