Lines Matching full:"$ match"
860 regex += '(' + '|'.join(VARIANT_TYPE_DICT['address_sizes']) + ')$'861 match = re.match(regex, test_name)