Searched refs:PyDescr_IsData (Results 1 – 7 of 7) sorted by relevance
33 .. c:function:: int PyDescr_IsData(PyObject *descr)
96 PyAPI_FUNC(int) PyDescr_IsData(PyObject *);
1152 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GetMethod()1242 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericGetAttrWithDict()
997 PyDescr_IsData(PyObject *ob) in PyDescr_IsData() function
2284 if (descr == NULL || !PyDescr_IsData(descr)) in get_dict_descriptor()3918 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in type_getattro()
526 Convert :c:func:`PyDescr_IsData` macro to a function to hide implementation
466 PyDescr_IsData:int:::467 PyDescr_IsData:PyObject*:descr:0: