Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Darraymodule.c.h339 array_array_tofile_impl(arrayobject *self, PyTypeObject *cls, PyObject *f);
355 return_value = array_array_tofile_impl(self, cls, f); in array_array_tofile()
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c1530 array_array_tofile_impl(arrayobject *self, PyTypeObject *cls, PyObject *f) in array_array_tofile_impl() function