Searched refs:PyEnumValueDescriptor_Type (Results 1 – 3 of 3) sorted by relevance
47 extern PyTypeObject PyEnumValueDescriptor_Type;
1180 PyTypeObject PyEnumValueDescriptor_Type = { variable1217 &PyEnumValueDescriptor_Type, enumvalue_descriptor, NULL); in PyEnumValueDescriptor_FromDescriptor()1567 if (PyType_Ready(&PyEnumValueDescriptor_Type) < 0) in InitDescriptor()
3042 &PyEnumValueDescriptor_Type)); in CheckAndGetInteger()