Buckets:
| extern "C" { | |
| /* OrderedDict */ | |
| /* This API is optional and mostly redundant. */ | |
| typedef struct _odictobject PyODictObject; | |
| PyAPI_DATA(PyTypeObject) PyODict_Type; | |
| PyAPI_DATA(PyTypeObject) PyODictIter_Type; | |
| PyAPI_DATA(PyTypeObject) PyODictKeys_Type; | |
| PyAPI_DATA(PyTypeObject) PyODictItems_Type; | |
| PyAPI_DATA(PyTypeObject) PyODictValues_Type; | |
| PyAPI_FUNC(PyObject *) PyODict_New(void); | |
| PyAPI_FUNC(int) PyODict_SetItem(PyObject *od, PyObject *key, PyObject *item); | |
| PyAPI_FUNC(int) PyODict_DelItem(PyObject *od, PyObject *key); | |
| /* wrappers around PyDict* functions */ | |
| } | |
Xet Storage Details
- Size:
- 1.31 kB
- Xet hash:
- b3d576497cb760bf9036c4ba5963f5fd9490fad20cf76e6fcb9a65dd27957f1d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.