Lines Matching defs:out
185 /* two or more elements: slice out a suitable separator from the
880 PyObject* out;
892 out = PyList_New(0);
893 if (!out)
897 return out;
907 rc = PyList_Append(out, item);
910 Py_DECREF(out);
915 return out;
1049 "child index out of range"
1283 "child assignment index out of range");
1524 using a runtime test to figure out if we need to fake things
2760 /* clear out existing events */