Buckets:
| /* File object interface (what's left of it -- see io.py) */ | |
| extern "C" { | |
| PyAPI_FUNC(PyObject *) PyFile_FromFd(int, const char *, const char *, int, | |
| const char *, const char *, | |
| const char *, int); | |
| PyAPI_FUNC(PyObject *) PyFile_GetLine(PyObject *, int); | |
| PyAPI_FUNC(int) PyFile_WriteObject(PyObject *, PyObject *, int); | |
| PyAPI_FUNC(int) PyFile_WriteString(const char *, PyObject *); | |
| PyAPI_FUNC(int) PyObject_AsFileDescriptor(PyObject *); | |
| /* The default encoding used by the platform file system APIs | |
| If non-NULL, this is different than the default encoding for strings | |
| */ | |
| Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; | |
| Py_DEPRECATED(3.12) PyAPI_DATA(const char *) Py_FileSystemDefaultEncodeErrors; | |
| Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_HasFileSystemDefaultEncoding; | |
| Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_UTF8Mode; | |
| } | |
Xet Storage Details
- Size:
- 1.36 kB
- Xet hash:
- a600d1f043dc161d62f52abeb9d98528cc3fe6b1a16b1f65dae4827714fa1693
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.