Lines Matching defs:attrs
1032 PyObject *attrs = PyList_New(0);
1033 if (attrs == NULL) {
1077 PyList_Append(attrs, subject);
1093 PyList_Append(attrs, attr);
1106 PyList_Append(attrs, attr);
1109 Py_SETREF(attrs, PyList_AsTuple(attrs));
1111 return attrs;
1117 Py_DECREF(attrs);
4236 PyObject *attrs = match_class(tstate, subject, type, oparg, names);
4239 if (attrs) {
4241 assert(PyTuple_CheckExact(attrs));
4242 SET_TOP(attrs);