Searched refs:PyWrapperDescr_Type (Results 1 – 13 of 13) sorted by relevance
70 PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
80 PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
572 PyTypeObject PyWrapperDescr_Type = { variable680 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()1100 assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type)); in PyWrapper_New()
2197 if (PyType_Ready(&PyWrapperDescr_Type) < 0) in _Py_ReadyTypes()
5690 (Py_TYPE(getattribute) == &PyWrapperDescr_Type &&6338 if (Py_TYPE(descr) == &PyWrapperDescr_Type &&
843 PyTypeObject PyWrapperDescr_Type = { variable989 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()1438 assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type)); in PyWrapper_New()
1798 INIT_TYPE(&PyWrapperDescr_Type, "wrapper"); in _PyTypes_Init()
6775 (Py_IS_TYPE(getattribute, &PyWrapperDescr_Type) && in slot_tp_getattr_hook()7482 if (Py_IS_TYPE(descr, &PyWrapperDescr_Type) && in update_one_slot()
717 PyWrapperDescr_Type=python39.PyWrapperDescr_Type DATA
263 "PyWrapperDescr_Type"
700 Objects/descrobject.c:PyWrapperDescr_Type PyTypeObject PyWrapperDescr_Type
1573 Objects/descrobject.c - PyWrapperDescr_Type variable PyTypeObject PyWrapperDescr_Type
2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)