Searched refs:PyStructSequence (Results 1 – 3 of 3) sorted by relevance
32 PyStructSequence *obj; in PyStructSequence_New()34 obj = PyObject_New(PyStructSequence, type); in PyStructSequence_New()43 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc()55 structseq_length(PyStructSequence *obj) in structseq_length()61 structseq_item(PyStructSequence *obj, Py_ssize_t i) in structseq_item()72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high) in structseq_slice()95 structseq_subscript(PyStructSequence *self, PyObject *item) in structseq_subscript()148 PyStructSequence *res = NULL; in structseq_new()202 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new()228 make_tuple(PyStructSequence *obj) in make_tuple()[all …]
32 } PyStructSequence; typedef36 (((PyStructSequence *)(op))->ob_item[i] = v)
1401 PyStructSequence *result; in statresult_new()1404 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new()