Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h295 {"fromlist", (PyCFunction)array_array_fromlist, METH_O, array_array_fromlist__doc__},
/external/python/cpython3/Modules/
Darraymodule.c1536 array_array_fromlist(arrayobject *self, PyObject *list) in array_array_fromlist() function