Home
last modified time | relevance | path

Searched refs:array_array_frombytes_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h305 array_array_frombytes_impl(arrayobject *self, Py_buffer *buffer);
316 return_value = array_array_frombytes_impl(self, &buffer); in array_array_frombytes()
/external/python/cpython3/Modules/
Darraymodule.c1659 array_array_frombytes_impl(arrayobject *self, Py_buffer *buffer) in array_array_frombytes_impl() function