Home | History | Annotate | Download | only in Objects

Lines Matching defs:string_count

2103 string_count(PyStringObject *self, PyObject *args)

3632 {"count", (PyCFunction)string_count, METH_VARARGS, count__doc__},