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

/external/python/cpython3/Objects/clinic/
H A Dbytesobject.c.h324 bytes_maketrans_impl(Py_buffer *frm, Py_buffer *to);
337 return_value = bytes_maketrans_impl(&frm, &to);
/external/python/cpython3/Objects/
H A Dbytesobject.c2220 bytes_maketrans_impl(Py_buffer *frm, Py_buffer *to) function

Completed in 472 milliseconds