Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c1325 array_fromlist(arrayobject *self, PyObject *list) in array_fromlist() function
1613 {"fromlist", (PyCFunction)array_fromlist, METH_O,