Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h564 {"removesuffix", (PyCFunction)bytes_removesuffix, METH_O, bytes_removesuffix__doc__},
570 bytes_removesuffix(PyBytesObject *self, PyObject *arg) in bytes_removesuffix() function