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.h404 …{"maketrans", (PyCFunction)(void(*)(void))bytes_maketrans, METH_FASTCALL|METH_STATIC, bytes_maketr…
410 bytes_maketrans(void *null, PyObject *const *args, Py_ssize_t nargs) in bytes_maketrans() function