Lines Matching defs:groups
766 "compile($module, /, pattern, flags, code, groups, groupindex,\n"
776 PyObject *code, Py_ssize_t groups, PyObject *groupindex,
783 static const char * const _keywords[] = {"pattern", "flags", "code", "groups", "groupindex", "indexgroup", NULL};
789 Py_ssize_t groups;
817 groups = ival;
829 return_value = _sre_compile_impl(module, pattern, flags, code, groups, groupindex, indexgroup);
868 "groups($self, /, default=None)\n"
874 " Is used for groups that did not participate in the match.");
877 {"groups", _PyCFunction_CAST(_sre_SRE_Match_groups), METH_FASTCALL|METH_KEYWORDS, _sre_SRE_Match_groups__doc__},
887 static _PyArg_Parser _parser = {NULL, _keywords, "groups", 0};
914 " Is used for groups that did not participate in the match.");