pyvista.DataObject.memory_address# property DataObject.memory_address: str[source]# Get address of the underlying VTK C++ object. Returns: strMemory address formatted as 'Addr=%p'. Examples >>> import pyvista as pv >>> mesh = pv.Sphere() >>> mesh.memory_address 'Addr=...'