Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1214 array_fromfile(arrayobject *self, PyObject *args) in array_fromfile() function
1281 return array_fromfile(self, args); in array_fromfile_as_read()
1611 {"fromfile", (PyCFunction)array_fromfile, METH_VARARGS,