Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyObject_GetAttr

499         func = PyObject_GetAttr(v, unicodestr);
1138 res = PyObject_GetAttr(v, w);
1172 PyObject_GetAttr(PyObject *v, PyObject *name)
1208 PyObject *res = PyObject_GetAttr(v, name);