(self)
| 1637 | |
| 1638 | @property |
| 1639 | def member_index(self) -> Optional[int]: |
| 1640 | return self.get_member_index(2) |
| 1641 | |
| 1642 | @property |
| 1643 | def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]: |
nothing calls this directly
no test coverage detected