Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/security_AccountsBaseline/
Dsecurity_AccountsBaseline.py73 def match_group(expected, actual): member in security_AccountsBaseline
/external/python/cpython2/Modules/
D_sre.c3351 match_group(MatchObject* self, PyObject* args) in match_group() function
3674 {"group", (PyCFunction) match_group, METH_VARARGS, match_group_doc},