|
||||
File indexing completed on 2025-01-18 10:06:49
0001 #ifndef Py_ENUMOBJECT_H 0002 #define Py_ENUMOBJECT_H 0003 0004 /* Enumerate Object */ 0005 0006 #ifdef __cplusplus 0007 extern "C" { 0008 #endif 0009 0010 PyAPI_DATA(PyTypeObject) PyEnum_Type; 0011 PyAPI_DATA(PyTypeObject) PyReversed_Type; 0012 0013 #ifdef __cplusplus 0014 } 0015 #endif 0016 0017 #endif /* !Py_ENUMOBJECT_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |