Home
last modified time | relevance | path

Searched refs:PyDescr_IsData (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Ddescrobject.h83 #define PyDescr_IsData(d) (Py_TYPE(d)->tp_descr_set != NULL) macro
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst33 .. c:function:: int PyDescr_IsData(PyObject *descr)
/external/python/cpython2/Doc/c-api/
Ddescriptor.rst44 .. c:function:: int PyDescr_IsData(PyObject *descr)
/external/python/cpython3/Include/
Ddescrobject.h96 #define PyDescr_IsData(d) (Py_TYPE(d)->tp_descr_set != NULL) macro
/external/python/cpython3/Objects/
Dobject.c1112 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GetMethod()
1200 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericGetAttrWithDict()
Dtypeobject.c2155 if (descr == NULL || !PyDescr_IsData(descr)) in get_dict_descriptor()
3340 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in type_getattro()
/external/python/cpython2/Objects/
Dobject.c1403 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericGetAttrWithDict()
1511 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericSetAttrWithDict()
Dtypeobject.c1855 if (descr == NULL || !PyDescr_IsData(descr)) in get_dict_descriptor()
2639 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in type_getattro()
/external/python/cpython3/Doc/data/
Drefcounts.dat466 PyDescr_IsData:int:::
467 PyDescr_IsData:PyObject*:descr:0: