Searched refs:bytearray_lstrip (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | bytearrayobject.c.h | 482 {"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/ |
D | bytearrayobject.c | 2504 bytearray_lstrip(PyByteArrayObject *self, PyObject *args) in bytearray_lstrip() function 2871 {"lstrip", (PyCFunction)bytearray_lstrip, METH_VARARGS, lstrip__doc__},
|