Lines Matching defs:newobj
234 PyObject *newobj;238 newobj = PyObject_GetAttr(obj, str);240 return newobj;254 PyObject *newobj;258 newobj = PyObject_GetItem(obj, idx_obj);260 return newobj;267 PyObject *newobj;271 newobj = PyObject_GetItem(obj, str);273 return newobj;