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