Lines Matching defs:list
59 PyObject *list;
73 * PyString_Concat() will steal one, and the list needs
77 * *not* decref after putting into the list.
109 if ((list = PyList_New(2)) == NULL)
114 PyList_SET_ITEM(list, 0, av);
116 PyList_SET_ITEM(list, 1, attr);
117 ret = PyDict_SetItem(attrs, key, list);
118 Py_DECREF(list);
196 * Positional arguments must be included in the keyword argument list in
282 * Unable to build argument list for exception; so raise
397 * "slashmap" is a list of the positions of the
625 * Action parsing is done; now build the list of arguments to construct
738 * Retrieve the list of action types and then store a reference to each