Home | History | Annotate | Download | only in Modules

Lines Matching refs:make_array

1858 make_array(PyTypeObject *arraytype, char typecode, PyObject *items)
1950 return make_array(arraytype, (char)typecode, items);
2096 result = make_array(arraytype, (char)typecode, converted_items);