Home
last modified time | relevance | path

Searched refs:PyWrapperDescr_Type (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Ddescrobject.h80 PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
/third_party/python/Objects/
Ddescrobject.c841 PyTypeObject PyWrapperDescr_Type = { variable
987 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
1441 assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type)); in PyWrapper_New()
Dobject.c1867 INIT_TYPE(PyWrapperDescr_Type); in _PyTypes_Init()
Dtypeobject.c7558 (Py_IS_TYPE(getattribute, &PyWrapperDescr_Type) && in slot_tp_getattr_hook()
8265 if (Py_IS_TYPE(descr, &PyWrapperDescr_Type) && in update_one_slot()
/third_party/python/Doc/data/
Dstable_abi.dat769 var,PyWrapperDescr_Type,3.2,
/third_party/python/PC/
Dpython3dll.c854 EXPORT_DATA(PyWrapperDescr_Type)
/third_party/python/Misc/
Dstable_abi.txt1490 data PyWrapperDescr_Type
DHISTORY2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
/third_party/python/Tools/c-analyzer/
DTODO695 Objects/descrobject.c:PyWrapperDescr_Type PyTypeObject PyWrapperDescr_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1606 Objects/descrobject.c - PyWrapperDescr_Type -