Home | History | Annotate | Download | only in Objects

Lines Matching refs:bytearray_append

2255 bytearray_append(PyByteArrayObject *self, PyObject *arg)
2827 {"append", (PyCFunction)bytearray_append, METH_O, append__doc__},