Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h161 {"removesuffix", (PyCFunction)bytearray_removesuffix, METH_O, bytearray_removesuffix__doc__},
167 bytearray_removesuffix(PyByteArrayObject *self, PyObject *arg) in bytearray_removesuffix() function