Searched refs:match_object (Results 1 – 3 of 3) sorted by relevance
395 match_object.group('encoding').replace(" ", "").split(",")396 for match_object in re.finditer(".*@ encoding: \[(?P<encoding>.*)\]",
1425 def record_sub_info(match_object,sub_info=sub_info): argument1426 sub_info.append([match_object.group(1)[0],match_object.span()])1427 return match_object.group(1)
1456 def record_sub_info(match_object,sub_info=sub_info): argument1457 sub_info.append([match_object.group(1)[0],match_object.span()])1458 return match_object.group(1)