Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h683 {"strip", (PyCFunction)(void(*)(void))bytearray_strip, METH_FASTCALL, bytearray_strip__doc__},
689 bytearray_strip(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_strip() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2468 bytearray_strip(PyByteArrayObject *self, PyObject *args) in bytearray_strip() function
2888 {"strip", (PyCFunction)bytearray_strip, METH_VARARGS, strip__doc__},