Objek yang mendasari tampilan memori:
obj
>>> b = bytearray(b'xyz') >>> m = memoryview(b) >>> m.obj is b True