Searched refs:array_array_frombytes_impl (Results 1 – 2 of 2) sorted by relevance
305 array_array_frombytes_impl(arrayobject *self, Py_buffer *buffer);316 return_value = array_array_frombytes_impl(self, &buffer); in array_array_frombytes()
1659 array_array_frombytes_impl(arrayobject *self, Py_buffer *buffer) in array_array_frombytes_impl() function