The underlying object of the memoryview:
obj
>>> b = bytearray(b'xyz') >>> m = memoryview(b) >>> m.obj is b True