Searched refs:bytes_translate_impl (Results 1 – 2 of 2) sorted by relevance
352 bytes_translate_impl(PyBytesObject *self, PyObject *table,376 return_value = bytes_translate_impl(self, table, deletechars); in bytes_translate()
2031 bytes_translate_impl(PyBytesObject *self, PyObject *table, in bytes_translate_impl() function