Searched refs:template_and_param_regex (Results 1 – 3 of 3) sorted by relevance
48 template_and_param_regex = re.compile(r'<[^<>]*>') variable94 fn = re.sub(template_and_param_regex, '', fn)
53 template_and_param_regex = re.compile(r'<[^<>]*>') variable105 fn = re.sub(template_and_param_regex, '', fn)
57 template_and_param_regex = re.compile(r'<[^<>]*>') variable109 fn = re.sub(template_and_param_regex, '', fn)