Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h482 {"lstrip", (PyCFunction)bytearray_lstrip, METH_FASTCALL, bytearray_lstrip__doc__},
488 bytearray_lstrip(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_lstrip() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2504 bytearray_lstrip(PyByteArrayObject *self, PyObject *args) in bytearray_lstrip() function
2871 {"lstrip", (PyCFunction)bytearray_lstrip, METH_VARARGS, lstrip__doc__},