Searched refs:bytearray_reduce (Results 1 – 2 of 2) sorted by relevance
1026 {"__reduce__", (PyCFunction)bytearray_reduce, METH_NOARGS, bytearray_reduce__doc__},1032 bytearray_reduce(PyByteArrayObject *self, PyObject *Py_UNUSED(ignored)) in bytearray_reduce() function
2766 bytearray_reduce(PyByteArrayObject *self) in bytearray_reduce() function2837 {"__reduce__", (PyCFunction)bytearray_reduce, METH_NOARGS, reduce_doc},