Lines Matching defs:count
1054 Py_ssize_t count,
1122 while (!count || n < count) {
1241 count: Py_ssize_t = 0
1248 PyObject *repl, PyObject *string, Py_ssize_t count)
1253 return pattern_subx(module_state, self, repl, string, count, 0);
1263 count: Py_ssize_t = 0
1271 Py_ssize_t count)
1276 return pattern_subx(module_state, self, repl, string, count, 1);
1533 /* Extract opcode, argument, or skip count from code array */