Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rithwik-ravikumar
/
OpenEnv-Dynamic-Guardrails
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
OpenEnv-Dynamic-Guardrails
/
Include
/
enumobject.h
Rithwik Ravi
fix: optimize GRPO trainer, ignore checkpoints and binary libs
128809c
13 days 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 */