Searched refs:PyWrapperDescr_Type (Results 1 – 10 of 10) sorted by relevance
80 PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
841 PyTypeObject PyWrapperDescr_Type = { variable987 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()1441 assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type)); in PyWrapper_New()
1867 INIT_TYPE(PyWrapperDescr_Type); in _PyTypes_Init()
7558 (Py_IS_TYPE(getattribute, &PyWrapperDescr_Type) && in slot_tp_getattr_hook()8265 if (Py_IS_TYPE(descr, &PyWrapperDescr_Type) && in update_one_slot()
769 var,PyWrapperDescr_Type,3.2,
854 EXPORT_DATA(PyWrapperDescr_Type)
1490 data PyWrapperDescr_Type
2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
695 Objects/descrobject.c:PyWrapperDescr_Type PyTypeObject PyWrapperDescr_Type
1606 Objects/descrobject.c - PyWrapperDescr_Type -