Searched refs:PyMethodDescriptor_Type (Results 1 – 3 of 3) sorted by relevance
51 extern PyTypeObject PyMethodDescriptor_Type;
1722 PyTypeObject PyMethodDescriptor_Type = { variable1759 &PyMethodDescriptor_Type, method_descriptor, NULL); in PyMethodDescriptor_FromDescriptor()1834 if (PyType_Ready(&PyMethodDescriptor_Type) < 0) in InitDescriptor()
3047 &PyMethodDescriptor_Type)); in CheckAndGetInteger()