(self)
| 1425 | |
| 1426 | @property |
| 1427 | def src(self) -> List[variable.Variable]: |
| 1428 | return self._get_expr_list(0, 1) |
| 1429 | |
| 1430 | @property |
| 1431 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected