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

/external/python/cpython3/Objects/clinic/
H A Dbytesobject.c.h287 bytes_translate_impl(PyBytesObject *self, PyObject *table,
303 return_value = bytes_translate_impl(self, table, deletechars);
/external/python/cpython3/Objects/
H A Dbytesobject.c2087 bytes_translate_impl(PyBytesObject *self, PyObject *table, function

Completed in 121 milliseconds