Buckets:
| /* Interface for marshal.c */ | |
| extern "C" { | |
| PyAPI_FUNC(PyObject *) PyMarshal_ReadObjectFromString(const char *, | |
| Py_ssize_t); | |
| PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int); | |
| PyAPI_FUNC(long) PyMarshal_ReadLongFromFile(FILE *); | |
| PyAPI_FUNC(int) PyMarshal_ReadShortFromFile(FILE *); | |
| PyAPI_FUNC(PyObject *) PyMarshal_ReadObjectFromFile(FILE *); | |
| PyAPI_FUNC(PyObject *) PyMarshal_ReadLastObjectFromFile(FILE *); | |
| PyAPI_FUNC(void) PyMarshal_WriteLongToFile(long, FILE *, int); | |
| PyAPI_FUNC(void) PyMarshal_WriteObjectToFile(PyObject *, FILE *, int); | |
| } | |
Xet Storage Details
- Size:
- 827 Bytes
- Xet hash:
- d9256fcdc2f2e4e29692f43adfff43d31cf3e10c235d9030e9d3a5ba7432a23c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.