Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_getattr

1126     if (Py_TYPE(v)->tp_getattr != NULL)

1127 return (*Py_TYPE(v)->tp_getattr
1190 if (tp->tp_getattr != NULL)
1191 return (*tp->tp_getattr)(v, PyString_AS_STRING(name));
1250 if (tp->tp_getattr == NULL && tp->tp_getattro == NULL)
2015 0, /*tp_getattr*/
2046 0, /*tp_getattr*/