Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
RayTBRP
/
codellama-CodeLlama-7b-Python-hf
like
0
Safetensors
Model card
Files
Files and versions
xet
Community
ed05cec
codellama-CodeLlama-7b-Python-hf
/
Pytorch
/
include
/
osmodule.h
RayTBRP
Upload 3580 files
ed05cec
verified
over 1 year ago
raw
Copy download link
history
blame
291 Bytes
/* os module interface */
#
ifndef
Py_OSMODULE_H
#
define
Py_OSMODULE_H
#
ifdef
__cplusplus
extern
"C"
{
#
endif
#
if
!defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03060000
PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);
#
endif
#
ifdef
__cplusplus
}
#
endif
#
endif
/* !Py_OSMODULE_H */