Searched refs:PyDescr_IsData (Results 1 – 9 of 9) sorted by relevance
83 #define PyDescr_IsData(d) (Py_TYPE(d)->tp_descr_set != NULL) macro
33 .. c:function:: int PyDescr_IsData(PyObject *descr)
44 .. c:function:: int PyDescr_IsData(PyObject *descr)
96 #define PyDescr_IsData(d) (Py_TYPE(d)->tp_descr_set != NULL) macro
1112 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GetMethod()1200 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericGetAttrWithDict()
2155 if (descr == NULL || !PyDescr_IsData(descr)) in get_dict_descriptor()3340 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in type_getattro()
1403 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericGetAttrWithDict()1511 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericSetAttrWithDict()
1855 if (descr == NULL || !PyDescr_IsData(descr)) in get_dict_descriptor()2639 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in type_getattro()
466 PyDescr_IsData:int:::467 PyDescr_IsData:PyObject*:descr:0: