Lines Matching defs:count
293 "replace($self, old, new, count=-1, /)\n"
298 " count\n"
302 "If the optional argument count is given, only the first count occurrences are\n"
310 Py_buffer *new, Py_ssize_t count);
318 Py_ssize_t count = -1;
350 count = ival;
353 return_value = bytearray_replace_impl(self, &old, &new, count);
998 " How many bytes between separators. Positive values count from the\n"
999 " right, negative values count from the left.\n"