Searched refs:PyWrapperDescr_Type (Results 1 – 11 of 11) sorted by relevance
70 PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
79 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 &&
682 PyTypeObject PyWrapperDescr_Type = { variable793 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()1204 assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type)); in PyWrapper_New()
1876 if (PyType_Ready(&PyWrapperDescr_Type) < 0) in _Py_ReadyTypes()
6451 (Py_TYPE(getattribute) == &PyWrapperDescr_Type && in slot_tp_getattr_hook()7100 if (Py_TYPE(descr) == &PyWrapperDescr_Type && in update_one_slot()
717 PyWrapperDescr_Type=python37.PyWrapperDescr_Type DATA
263 "PyWrapperDescr_Type"
2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)