Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Ddescrobject.h62 PyAPI_FUNC(int) PyDescr_IsData(PyObject *);
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst33 .. c:function:: int PyDescr_IsData(PyObject *descr)
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a6.rst526 Convert :c:func:`PyDescr_IsData` macro to a function to hide implementation
/external/python/cpython3/Objects/
Dobject.c1534 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GetMethod()
1634 if (f != NULL && PyDescr_IsData(descr)) { in _PyObject_GenericGetAttrWithDict()
Ddescrobject.c1028 PyDescr_IsData(PyObject *ob) in PyDescr_IsData() function
Dtypeobject.c3235 if (descr == NULL || !PyDescr_IsData(descr)) in get_dict_descriptor()
5400 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in _Py_type_getattro_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat481 PyDescr_IsData:int:::
482 PyDescr_IsData:PyObject*:descr:0:
Dpython3.13.abi127 …<elf-symbol name='PyDescr_IsData' type='func-type' binding='global-binding' visibility='default-vi…
6268PyDescr_IsData' mangled-name='PyDescr_IsData' filepath='Objects/descrobject.c' line='1028' column=…