Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shashankkandimalla
/
ocr-text-processing
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ocr-text-processing
/
ocr-application
/
include
/
python3.11
/
enumobject.h
shashankkandimalla
Upload folder using huggingface_hub
288007d
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
253 Bytes
#
ifndef
Py_ENUMOBJECT_H
#
define
Py_ENUMOBJECT_H
/* Enumerate Object */
#
ifdef
__cplusplus
extern
"C"
{
#
endif
PyAPI_DATA(PyTypeObject) PyEnum_Type;
PyAPI_DATA(PyTypeObject) PyReversed_Type;
#
ifdef
__cplusplus
}
#
endif
#
endif
/* !Py_ENUMOBJECT_H */