Login
From:
Python documentation
(Uncensored)
subscribe
Buffer Protocol — Python 3.13.1 documentation
https://docs.python.org/3/c-api/buffer.html
links
backlinks
Roast topics
Find topics
Find it!
Certain objects available in Python wrap access to an underlying memory array or buffer. Such objects include the built-in bytes and bytearray, and some extension types like array.array. Third-part...