Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h558 {"append", (PyCFunction)bytearray_append, METH_O, bytearray_append__doc__},
564 bytearray_append(PyByteArrayObject *self, PyObject *arg) in bytearray_append() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2267 bytearray_append(PyByteArrayObject *self, PyObject *arg) in bytearray_append() function
2839 {"append", (PyCFunction)bytearray_append, METH_O, append__doc__},