Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyObject_GetAttr

494         func = PyObject_GetAttr(v, unicodestr);

1131 res = PyObject_GetAttr(v, w);
1165 PyObject_GetAttr(PyObject *v, PyObject *name)
1201 PyObject *res = PyObject_GetAttr(v, name);