Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h94 bytearray_maketrans_impl(Py_buffer *frm, Py_buffer *to);
107 return_value = bytearray_maketrans_impl(&frm, &to); in bytearray_maketrans()
/external/python/cpython3/Objects/
Dbytearrayobject.c1310 bytearray_maketrans_impl(Py_buffer *frm, Py_buffer *to) in bytearray_maketrans_impl() function