Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testlimitedcapi/
Dbytearray.c76 bytearray_concat(PyObject *Py_UNUSED(module), PyObject *args) in bytearray_concat() function
110 {"bytearray_concat", bytearray_concat, METH_VARARGS},
/external/python/cpython3/Lib/test/test_capi/
Dtest_bytearray.py103 concat = _testlimitedcapi.bytearray_concat