Searched refs:_Py_bytes_istitle (Results 1 – 3 of 3) sorted by relevance
20 extern PyObject* _Py_bytes_istitle(const char *cptr, Py_ssize_t len);
52 return _Py_bytes_istitle(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_istitle()
254 _Py_bytes_istitle(const char *cptr, Py_ssize_t len) in _Py_bytes_istitle() function