Documentation for memoryview?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Documentation for memoryview?

Post by deshipu » Tue Oct 11, 2016 12:23 pm

Is there any documentation for the python-side memoryview object? The Python documentation is only about the C API thing.

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Documentation for memoryview?

Post by pfalcon » Tue Oct 11, 2016 12:49 pm

No, unless you consider google infallible (it is not). Documentation is available in the expected place, easily accessible by search function from any page under https://docs.python.org/3/ :

https://docs.python.org/3/library/stdty ... memoryview
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: Documentation for memoryview?

Post by deshipu » Tue Oct 11, 2016 1:45 pm

Thank you.

Post Reply