(self)
| 1397 | |
| 1398 | @property |
| 1399 | def src(self) -> List[variable.Variable]: |
| 1400 | return self._get_expr_list(0, 1) |
| 1401 | |
| 1402 | @property |
| 1403 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected