Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h321 {"maketrans", (PyCFunction)bytes_maketrans, METH_FASTCALL|METH_STATIC, bytes_maketrans__doc__},
327 bytes_maketrans(void *null, PyObject *const *args, Py_ssize_t nargs) in bytes_maketrans() function