Sign in
android
/
platform
/
external
/
python
/
9b1d2abc48ae89ed48a4915ef47d71db55027059
/
.
/
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 */