Python memoryview() built-in function

Python memoryview() built-in function

From the Python 3 documentation Return a “memory view” object created from the given argument. See Memory Views for more information.