Searched refs:PyEnum_Type (Results 1 – 5 of 5) sorted by relevance
10 PyAPI_DATA(PyTypeObject) PyEnum_Type;
170 PyTypeObject PyEnum_Type = { variable
2159 if (PyType_Ready(&PyEnum_Type) < 0) in _Py_ReadyTypes()
291 "PyEnum_Type"
2721 SETBUILTIN("enumerate", &PyEnum_Type); in _PyBuiltin_Init()