Searched refs:bytearray_lstrip (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
H A Dbytearrayobject.c.h481 {"lstrip", (PyCFunction)bytearray_lstrip, METH_VARARGS, bytearray_lstrip__doc__},
487 bytearray_lstrip(PyByteArrayObject *self, PyObject *args) function
/external/python/cpython2/Objects/
H A Dbytearrayobject.c2492 bytearray_lstrip(PyByteArrayObject *self, PyObject *args) function
2859 {"lstrip", (PyCFunction)bytearray_lstrip, METH_VARARGS, lstrip__doc__},

Completed in 129 milliseconds