Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1509 array_tounicode(arrayobject *self, PyObject *unused) in array_tounicode() function
1644 {"tounicode", (PyCFunction)array_tounicode, METH_NOARGS,
1672 v = array_tounicode(a, NULL); in array_repr()