Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1315 array_tofile_as_write(arrayobject *self, PyObject *f) in array_tofile_as_write() function
1647 {"write", (PyCFunction)array_tofile_as_write, METH_O,