Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h349 bytearray_append_impl(PyByteArrayObject *self, int item);
360 return_value = bytearray_append_impl(self, item); in bytearray_append()
/external/python/cpython3/Objects/
Dbytearrayobject.c1582 bytearray_append_impl(PyByteArrayObject *self, int item) in bytearray_append_impl() function