(self)
| 1996 | |
| 1997 | @property |
| 1998 | def src(self) -> List[SSAVariable]: |
| 1999 | return self._get_expr_list(1, 2) |
| 2000 | |
| 2001 | @property |
| 2002 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected