Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c1182 bytearray_endswith(PyByteArrayObject *self, PyObject *args) in bytearray_endswith() function
2146 {"endswith", (PyCFunction)bytearray_endswith, METH_VARARGS,
/external/python/cpython2/Objects/
Dbytearrayobject.c1423 bytearray_endswith(PyByteArrayObject *self, PyObject *args) in bytearray_endswith() function
2845 {"endswith", (PyCFunction)bytearray_endswith, METH_VARARGS, endswith__doc__},