Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
22b3a49d3c17c37348e65d06df8683e5b8fc6fd0
/
.
/
Include
/
enumobject.h
blob: 053fb72a5ec50a05f8aacdca15b323a102b9805e [
file
] [
log
] [
blame
]
#ifndef
Py_ENUMOBJECT_H
#define
Py_ENUMOBJECT_H
/* Enumerate Object */
#ifdef
__cplusplus
extern
"C"
{
#endif
PyAPI_DATA
(
PyTypeObject
)
PyEnum_Type
;
#ifdef
__cplusplus
}
#endif
#endif
/* !Py_ENUMOBJECT_H */