Name of the variable, Settings this property is slow because it ensures that analysis has been updated. If you are renaming many variables, use :py:meth:`set_name_async`, then call :py:meth:`update_analysis` when complete.
(self)
| 805 | |
| 806 | @property |
| 807 | def name(self) -> str: |
| 808 | """Name of the variable, Settings this property is slow because it ensures that analysis has been updated. If you are renaming many variables, use :py:meth:`set_name_async`, then call :py:meth:`update_analysis` when complete.""" |
| 809 | return core.BNGetVariableNameOrDefault(self._function.handle, self.to_BNVariable()) |
| 810 | |
| 811 | @name.setter |
| 812 | def name(self, name: Optional[str]) -> None: |
nothing calls this directly
no test coverage detected