globalmapper.carray_to_list =========================== .. currentmodule:: globalmapper .. py:function:: carray_to_list (uint32 arr, uint32 size) -> list Converts a C-style array starting at memory address *arr* that is *size* members long into a Python-style list, and returns that list. :param uint32 arr: The pointer to the start of the array :param uint32 size: The number of members in the array :returns: A list form of the array that starts at *arr* :rtype: list