Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytesobject.c2278 bytes_endswith(PyBytesObject *self, PyObject *args) in bytes_endswith() function
2462 {"endswith", (PyCFunction)bytes_endswith, METH_VARARGS,
/external/python/cpython3/Objects/
Dbytesobject.c2268 bytes_endswith(PyBytesObject *self, PyObject *args) in bytes_endswith() function
2468 {"endswith", (PyCFunction)bytes_endswith, METH_VARARGS,