Searched refs:_Py_bytes_count (Results 1 – 4 of 4) sorted by relevance
33 extern PyObject *_Py_bytes_count(const char *str, Py_ssize_t len, PyObject *args);
656 _Py_bytes_count(const char *str, Py_ssize_t len, PyObject *args) in _Py_bytes_count() function
1108 return _Py_bytes_count(PyByteArray_AS_STRING(self), PyByteArray_GET_SIZE(self), args); in bytearray_count()
2012 return _Py_bytes_count(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args); in bytes_count()