Searched refs:array_tostring (Results 1 – 1 of 1) sorted by relevance
1445 array_tostring(arrayobject *self, PyObject *unused) in array_tostring() function1641 {"tostring", (PyCFunction)array_tostring, METH_NOARGS,1669 v = array_tostring(a, NULL); in array_repr()