Get array buffer information through buffer info method

suggest change

This method provides you the array buffer start address in memory and number of elements in array. Here is an example:

my_array = array('i', [1,2,3,4,5])
my_array.buffer_info()
(33881712, 5)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Arrays:
*Get array buffer information through buffer info method

Table Of Contents
31Set
126Arrays
166Gzip