Searched refs:bytearray_count (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytearrayobject.c1106 bytearray_count(PyByteArrayObject *self, PyObject *args) function
2128 {"count", (PyCFunction)bytearray_count, METH_VARARGS,
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1204 bytearray_count(PyByteArrayObject *self, PyObject *args) function
2831 {"count", (PyCFunction)bytearray_count, METH_VARARGS, count__doc__},

Completed in 566 milliseconds