Home
last modified time | relevance | path

Searched defs:bytearray_extend (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dbytearrayobject.c1611 bytearray_extend(PyByteArrayObject *self, PyObject *iterable_of_ints) in bytearray_extend() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2293 bytearray_extend(PyByteArrayObject *self, PyObject *arg) in bytearray_extend() function