Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h206 bytearray_translate_impl(PyByteArrayObject *self, PyObject *table,
230 return_value = bytearray_translate_impl(self, table, deletechars); in bytearray_translate()
/third_party/python/Objects/
Dbytearrayobject.c1257 bytearray_translate_impl(PyByteArrayObject *self, PyObject *table, in bytearray_translate_impl() function