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