Searched refs:PyMethodDescriptor_Type (Results 1 – 3 of 3) sorted by relevance
54 extern PyTypeObject PyMethodDescriptor_Type;
1843 PyTypeObject PyMethodDescriptor_Type = { variable1880 &PyMethodDescriptor_Type, method_descriptor, NULL); in PyMethodDescriptor_FromDescriptor()1955 if (PyType_Ready(&PyMethodDescriptor_Type) < 0) in InitDescriptor()
3060 &PyMethodDescriptor_Type)); in InitProto2MessageModule()