Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytearrayobject.c1171 bytearray_endswith(PyByteArrayObject *self, PyObject *args) in bytearray_endswith() function
2230 {"endswith", (PyCFunction)bytearray_endswith, METH_VARARGS,