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

/external/python/cpython3/Objects/
H A Dbytesobject.c1418 bytes_concat(PyObject *a, PyObject *b) function
1725 (binaryfunc)bytes_concat, /*sq_concat*/
2912 v = bytes_concat(*pv, w);

Completed in 58 milliseconds