Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h727 {"strip", (PyCFunction)(void(*)(void))bytearray_strip, METH_FASTCALL, bytearray_strip__doc__},
733 bytearray_strip(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_strip() function