Lines Matching defs:count
1270 #include "stringlib/count.h"
2197 count: Py_ssize_t = -1
2204 If the optional argument count is given, only the first count occurrences are
2210 Py_ssize_t count)
2215 (const char *)new->buf, new->len, count);
2461 How many bytes between separators. Positive values count from the
2462 right, negative values count from the left.
2501 {"count", (PyCFunction)bytes_count, METH_VARARGS,
2656 PyErr_SetString(PyExc_ValueError, "negative count");