Home | History | Annotate | Download | only in Objects

Lines Matching defs:getattr

5496     PyObject *getattr, *getattribute, *res;

5516 getattr = _PyType_Lookup(tp, getattr_str);
5517 if (getattr == NULL) {
5522 Py_INCREF(getattr);
5541 res = call_attribute(self, getattr, name);
5543 Py_DECREF(getattr);