Buckets:
MisterAI/LocalAI_Demo_backends / cpu-diffusers.upgrade-tmp /python /include /python3.10 /structseq.h
| /* Named tuple object interface */ | |
| extern "C" { | |
| typedef struct PyStructSequence_Field { | |
| const char *name; | |
| const char *doc; | |
| } PyStructSequence_Field; | |
| typedef struct PyStructSequence_Desc { | |
| const char *name; | |
| const char *doc; | |
| struct PyStructSequence_Field *fields; | |
| int n_in_sequence; | |
| } PyStructSequence_Desc; | |
| extern const char * const PyStructSequence_UnnamedField; | |
| PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type, | |
| PyStructSequence_Desc *desc); | |
| PyAPI_FUNC(int) PyStructSequence_InitType2(PyTypeObject *type, | |
| PyStructSequence_Desc *desc); | |
| PyAPI_FUNC(PyTypeObject*) PyStructSequence_NewType(PyStructSequence_Desc *desc); | |
| PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type); | |
| typedef PyTupleObject PyStructSequence; | |
| /* Macro, *only* to be used to fill in brand new objects */ | |
| PyAPI_FUNC(void) PyStructSequence_SetItem(PyObject*, Py_ssize_t, PyObject*); | |
| PyAPI_FUNC(PyObject*) PyStructSequence_GetItem(PyObject*, Py_ssize_t); | |
| } | |
Xet Storage Details
- Size:
- 1.39 kB
- Xet hash:
- a102d6b173bd886b660b08dbd843013ea7a95bbf64af40e1f9572350f078cb04
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.