Buckets:
| /* Set object interface */ | |
| extern "C" { | |
| PyAPI_DATA(PyTypeObject) PySet_Type; | |
| PyAPI_DATA(PyTypeObject) PyFrozenSet_Type; | |
| PyAPI_DATA(PyTypeObject) PySetIter_Type; | |
| PyAPI_FUNC(PyObject *) PySet_New(PyObject *); | |
| PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *); | |
| PyAPI_FUNC(int) PySet_Add(PyObject *set, PyObject *key); | |
| PyAPI_FUNC(int) PySet_Clear(PyObject *set); | |
| PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key); | |
| PyAPI_FUNC(int) PySet_Discard(PyObject *set, PyObject *key); | |
| PyAPI_FUNC(PyObject *) PySet_Pop(PyObject *set); | |
| PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset); | |
| } | |
Xet Storage Details
- Size:
- 1.56 kB
- Xet hash:
- e5029460eeb1525a474ce384a2d2e0b6c316d6e3787857ccf7dab0022aafea35
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.