Searched refs:PyUpb_MessageMeta_GetAttr (Results 1 – 1 of 1) sorted by relevance
42 static PyObject* PyUpb_MessageMeta_GetAttr(PyObject* self, PyObject* name);1008 return PyUpb_MessageMeta_GetAttr((PyObject*)Py_TYPE(_self), attr); in PyUpb_Message_GetAttr()1885 static PyObject* PyUpb_MessageMeta_GetAttr(PyObject* self, PyObject* name) { in PyUpb_MessageMeta_GetAttr() function1909 {Py_tp_getattro, PyUpb_MessageMeta_GetAttr},