Home
last modified time | relevance | path

Searched refs:structseq_reduce (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dstructseq.c243 structseq_reduce(PyStructSequence* self) in structseq_reduce() function
286 {"__reduce__", (PyCFunction)structseq_reduce, METH_NOARGS, NULL},
/external/python/cpython2/Objects/
Dstructseq.c372 structseq_reduce(PyStructSequence* self) in structseq_reduce() function
430 {"__reduce__", (PyCFunction)structseq_reduce,