Searched refs:bytes_index (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytesobject.c | 1925 bytes_index(PyBytesObject *self, PyObject *args) in bytes_index() function 2470 {"index", (PyCFunction)bytes_index, METH_VARARGS, _Py_index__doc__},
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 1839 bytes_index(PyBytesObject *self, PyObject *args) in bytes_index() function 2475 {"index", (PyCFunction)bytes_index, METH_VARARGS, _Py_index__doc__},
|