```python @property def graph(self): """The `Graph` of this variable.""" return self._variable.graph ```