(self)
| 1411 | |
| 1412 | @property |
| 1413 | def src(self) -> List[variable.Variable]: |
| 1414 | return self._get_expr_list(0, 1) |
| 1415 | |
| 1416 | @property |
| 1417 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected