Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1286 array_tofile(arrayobject *self, PyObject *f) in array_tofile() function
1320 return array_tofile(self, f); in array_tofile_as_write()
1637 {"tofile", (PyCFunction)array_tofile, METH_O,