Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h352 bytes_translate_impl(PyBytesObject *self, PyObject *table,
376 return_value = bytes_translate_impl(self, table, deletechars); in bytes_translate()
/third_party/python/Objects/
Dbytesobject.c2031 bytes_translate_impl(PyBytesObject *self, PyObject *table, in bytes_translate_impl() function