Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_getattr

1133     if (Py_TYPE(v)->tp_getattr != NULL)
1134 return (*Py_TYPE(v)->tp_getattr)(v, (char*)name);
1197 if (tp->tp_getattr != NULL)
1198 return (*tp->tp_getattr)(v, PyString_AS_STRING(name));
1257 if (tp->tp_getattr == NULL && tp->tp_getattro == NULL)
2022 0, /*tp_getattr*/
2053 0, /*tp_getattr*/