Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c3414 match_groupdict(MatchObject* self, PyObject* args, PyObject* kw) in match_groupdict() function
3680 {"groupdict", (PyCFunction) match_groupdict, METH_VARARGS|METH_KEYWORDS,