(self)
| 11117 | |
| 11118 | @property |
| 11119 | def symbol(self) -> Optional['_types.CoreSymbol']: |
| 11120 | return self.view.get_symbol_at(self.address) |
| 11121 | |
| 11122 | @symbol.setter |
| 11123 | def symbol(self, value: Optional[Union[str, '_types.CoreSymbol']]) -> None: # type: ignore |
nothing calls this directly
no test coverage detected