Searched refs:group_match (Results 1 – 2 of 2) sorted by relevance
196 fm = self.group_match('fields')224 vm = value.group_match('value')414 begin = self.group_match('begin')422 end = self.group_match('end')912 yield self.group_match('func_name').make_patch('type_register_static')922 yield self.group_match('func_name').make_patch('type_register')
201 def group_match(self, group: Union[str, int]) -> 'FileMatch': member in FileMatch