Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1445 array_tostring(arrayobject *self, PyObject *unused) in array_tostring() function
1641 {"tostring", (PyCFunction)array_tostring, METH_NOARGS,
1669 v = array_tostring(a, NULL); in array_repr()