Searched refs:bytearray_append (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | bytearrayobject.c.h | 558 {"append", (PyCFunction)bytearray_append, METH_O, bytearray_append__doc__}, 564 bytearray_append(PyByteArrayObject *self, PyObject *arg) in bytearray_append() function
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 2267 bytearray_append(PyByteArrayObject *self, PyObject *arg) in bytearray_append() function 2839 {"append", (PyCFunction)bytearray_append, METH_O, append__doc__},
|