Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytesobject.c1925 bytes_index(PyBytesObject *self, PyObject *args) in bytes_index() function
2470 {"index", (PyCFunction)bytes_index, METH_VARARGS, _Py_index__doc__},
/external/python/cpython3/Objects/
Dbytesobject.c1839 bytes_index(PyBytesObject *self, PyObject *args) in bytes_index() function
2475 {"index", (PyCFunction)bytes_index, METH_VARARGS, _Py_index__doc__},