Buckets:
| /* Memory view object. In Python this is available as "memoryview". */ | |
| extern "C" { | |
| PyAPI_DATA(PyTypeObject) PyMemoryView_Type; | |
| PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base); | |
| PyAPI_FUNC(PyObject *) PyMemoryView_FromMemory(char *mem, Py_ssize_t size, | |
| int flags); | |
| PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(const Py_buffer *info); | |
| PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base, | |
| int buffertype, | |
| char order); | |
| } | |
Xet Storage Details
- Size:
- 1.08 kB
- Xet hash:
- ef576fb5b04170bbffdd89233fb20fdabd579a4167ca430bcfe22675753eed21
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.