Home
last modified time | relevance | path

Searched refs:match_groups (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_sre.c3386 match_groups(MatchObject* self, PyObject* args, PyObject* kw) in match_groups() function
3678 {"groups", (PyCFunction) match_groups, METH_VARARGS|METH_KEYWORDS,