Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c2456 bytearray_strip(PyByteArrayObject *self, PyObject *args) in bytearray_strip() function
2876 {"strip", (PyCFunction)bytearray_strip, METH_VARARGS, strip__doc__},