Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddescrobject.h70 PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
/external/python/cpython3/Include/
Ddescrobject.h80 PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
/external/python/cpython2/Objects/
Ddescrobject.c572 PyTypeObject PyWrapperDescr_Type = { variable
680 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
1100 assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type)); in PyWrapper_New()
Dobject.c2197 if (PyType_Ready(&PyWrapperDescr_Type) < 0) in _Py_ReadyTypes()
Dtypeobject.c5690 (Py_TYPE(getattribute) == &PyWrapperDescr_Type &&
6338 if (Py_TYPE(descr) == &PyWrapperDescr_Type &&
/external/python/cpython3/Objects/
Ddescrobject.c843 PyTypeObject PyWrapperDescr_Type = { variable
989 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
1438 assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type)); in PyWrapper_New()
Dobject.c1798 INIT_TYPE(&PyWrapperDescr_Type, "wrapper"); in _PyTypes_Init()
Dtypeobject.c6775 (Py_IS_TYPE(getattribute, &PyWrapperDescr_Type) && in slot_tp_getattr_hook()
7482 if (Py_IS_TYPE(descr, &PyWrapperDescr_Type) && in update_one_slot()
/external/python/cpython3/PC/
Dpython3.def717 PyWrapperDescr_Type=python39.PyWrapperDescr_Type DATA
/external/python/cpython2/PC/os2emx/
Dpython27.def263 "PyWrapperDescr_Type"
/external/python/cpython3/Tools/c-analyzer/
DTODO700 Objects/descrobject.c:PyWrapperDescr_Type PyTypeObject PyWrapperDescr_Type
Dknown.tsv1573 Objects/descrobject.c - PyWrapperDescr_Type variable PyTypeObject PyWrapperDescr_Type
/external/python/cpython3/Misc/
DHISTORY2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)