(self)
| 2058 | |
| 2059 | @property |
| 2060 | def src_memory(self) -> List[int]: |
| 2061 | return self._get_int_list(1) |
| 2062 | |
| 2063 | @property |
| 2064 | def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected