Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1373 array_tolist(arrayobject *self, PyObject *unused) in array_tolist() function
1548 list = array_tolist(array, NULL); in array_reduce()
1639 {"tolist", (PyCFunction)array_tolist, METH_NOARGS,
1675 v = array_tolist(a, NULL); in array_repr()