You are here : python_3Built-in Functionsmemoryview

memoryview() - Built-in Functions

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


Syntax

memoryview(ob


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference