Searched refs:bytearray_repeat (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytearrayobject.c317 bytearray_repeat(PyByteArrayObject *self, Py_ssize_t count) function
2095 (ssizeargfunc)bytearray_repeat, /* sq_repeat */
/external/python/cpython2/Objects/
H A Dbytearrayobject.c350 bytearray_repeat(PyByteArrayObject *self, Py_ssize_t count) function
2797 (ssizeargfunc)bytearray_repeat, /* sq_repeat */

Completed in 80 milliseconds