Home
last modified time | relevance | path

Searched refs:_Py_bytes_index (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_bytes_methods.h30 extern PyObject *_Py_bytes_index(const char *str, Py_ssize_t len, PyObject *args);
/third_party/python/Objects/
H A Dbytes_methods.c594 _Py_bytes_index(const char *str, Py_ssize_t len, PyObject *args) in _Py_bytes_index() function
H A Dbytesobject.c1876 return _Py_bytes_index(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args); in bytes_index()

Completed in 7 milliseconds