Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Ddescriptor.rst33 .. c:function:: int PyDescr_IsData(PyObject *descr)
/third_party/python/Include/
Ddescrobject.h96 PyAPI_FUNC(int) PyDescr_IsData(PyObject *);
/third_party/python/Objects/
Dobject.c1152 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GetMethod()
1242 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericGetAttrWithDict()
Ddescrobject.c997 PyDescr_IsData(PyObject *ob) in PyDescr_IsData() function
Dtypeobject.c2284 if (descr == NULL || !PyDescr_IsData(descr)) in get_dict_descriptor()
3918 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in type_getattro()
/third_party/python/Misc/NEWS.d/
D3.10.0a6.rst526 Convert :c:func:`PyDescr_IsData` macro to a function to hide implementation
/third_party/python/Doc/data/
Drefcounts.dat466 PyDescr_IsData:int:::
467 PyDescr_IsData:PyObject*:descr:0: