Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h140 array_array_buffer_info_impl(arrayobject *self);
145 return array_array_buffer_info_impl(self); in array_array_buffer_info()
/external/python/cpython3/Modules/
Darraymodule.c1283 array_array_buffer_info_impl(arrayobject *self) in array_array_buffer_info_impl() function