Lines Matching defs:list
101 /* list of Python objects and their file descriptor */
131 fd2obj[0].obj = (PyObject*)0; /* set list to zero size */
162 /* add object and its file descriptor to the list */
187 PyObject *list, *o;
194 list = PyList_New(count);
195 if (!list)
205 if (PyList_SetItem(list, i, o) < 0)
211 return list;
213 Py_DECREF(list);
589 Returns a list containing any descriptors that have events or errors to
590 report, as a list of (fd, event) 2-tuples.
685 /* build the result list */
915 Returns a list containing any descriptors that have events or errors to
916 report, as a list of (fd, event) 2-tuples.
996 /* build the result list */
1528 Returns a list containing any descriptors that have events to report,
1529 as a list of (fd, events) 2-tuples.
1706 * notice, this list of conditions and the following disclaimer.
1708 * notice, this list of conditions and the following disclaimer in the
2094 to the kernel's watch list or None.
2187 /* event list */