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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Darraymodule.c1482 array_tounicode(arrayobject *self, PyObject *unused) function
1617 {"tounicode", (PyCFunction)array_tounicode, METH_NOARGS,
1645 v = array_tounicode(a, NULL);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Darraymodule.c1482 array_tounicode(arrayobject *self, PyObject *unused) function
1604 {"tounicode", (PyCFunction)array_tounicode, METH_NOARGS,
1630 v = array_tounicode(a, NULL);

Completed in 12 milliseconds