Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h206 array_array_fromfile_impl(arrayobject *self, PyObject *f, Py_ssize_t n);
219 return_value = array_array_fromfile_impl(self, f, n); in array_array_fromfile()
/external/python/cpython3/Modules/
Darraymodule.c1429 array_array_fromfile_impl(arrayobject *self, PyObject *f, Py_ssize_t n) in array_array_fromfile_impl() function