Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1276 array_fromfile_as_read(arrayobject *self, PyObject *args) in array_fromfile_as_read() function
1627 {"read", (PyCFunction)array_fromfile_as_read, METH_VARARGS,