Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h232 {"tofile", (PyCFunction)array_array_tofile, METH_O, array_array_tofile__doc__},
/external/python/cpython3/Modules/
Darraymodule.c1486 array_array_tofile(arrayobject *self, PyObject *f) in array_array_tofile() function