Lines Matching defs:lst
2072 PyObject *lst, *item;
2075 lst = PyList_New(shape[0]);
2076 if (lst == NULL)
2083 Py_DECREF(lst);
2086 PyList_SET_ITEM(lst, i, item);
2089 return lst;
2099 PyObject *lst, *item;
2109 lst = PyList_New(shape[0]);
2110 if (lst == NULL)
2119 Py_DECREF(lst);
2122 PyList_SET_ITEM(lst, i, item);
2125 return lst;