Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c2283 bytes_endswith(PyBytesObject *self, PyObject *args) in bytes_endswith() function
2483 {"endswith", (PyCFunction)bytes_endswith, METH_VARARGS,