Searched refs:match_group (Results 1 – 4 of 4) sorted by relevance
744 for match_group in matches:745 match = match_group.groupdict()762 replace_start = match_group.start('replace')763 replace_end = match_group.end('replace')
804 for match_group in matches:805 match = match_group.groupdict()822 replace_start = match_group.start("replace")823 replace_end = match_group.end("replace")
339 match_group);867 match_group) { in GroupIdsAndMatch()887 match_group(src_group, dst_group); in GroupIdsAndMatch()
2088 match_group(MatchObject* self, PyObject* args) in match_group() function2757 {"group", (PyCFunction) match_group, METH_VARARGS, match_group_doc},